- Add a task with
todoc add "Herp a derp"
ortodoc -a "Herp a derp"
- Remove a task with
todoc rm 1
ortodoc -r 1
- Complete a task with
todoc do 1
ortodoc -d 1
- Uncomplete a task with
todoc undo 1
ortodoc -u 1
- Search for a task with
todoc search "Search string"
ortodoc -s "Search string"
. - List all your tasks with
todoc ls
ortodoc -l
Todoc also has flags for specifying what file to use (-f FILENAME
) and the verbosity (-v
).
Building todoc requires Scons, a Python based build system. Once you have Scons, just run scons
to build the program.