Taskinator

material-table

Quickly manage your tasks from your terminal

Installation

brew tap laisbastosbg/taskinator
brew install taskinator

Usage

  • See tasks
taskinator
  • Add new task
taskinator -a <task description>
  • Complete task
taskinator -f <task index>
  • Delete new task
taskinator -d <task index>

Contributing

  1. Fork this repo

  2. Create a feature or bug branch

git branch feature/[your-feature]
  1. Commit your changes

  2. Push to the branch

git push origin feature/[your-feature]

License

This project is licensed under the terms of the MIT License

To do list icons created by Freepik – Flaticon

GitHub

View Github