Simple terminal task manager
- Clone this repository
- Go to the root directory of the project
- Run:
make install
- Run:
tasks
- Listing tasks:
tasks
- Creating tasks:
tasks TASK_NAME
- Complete task:
tasks complete
- Delete tasks:
tasks delete
(see index fromtasks
output) - Clear all tasks:
tasks clear
- Help (shows this):
tasks -h