- clone this repo
- cd to the repo directory
- run "make"
- run "make install" (as root)
- then run "task"
to clean, run "make clean"
to add a new task. example:
task add "take a bath (please)"
to read all your tasks
example:
task read
the output will look like:
0. [ ] take a bath (please)
to mark a task as done
example:
task done 0
the output of task read will no longer print the task 0
please give a star if you like it :( i love you