- Add a task with
todoc add "Herp a derp"ortodoc -a "Herp a derp" - Remove a task with
todoc rm 1ortodoc -r 1 - Complete a task with
todoc do 1ortodoc -d 1 - Uncomplete a task with
todoc undo 1ortodoc -u 1 - Search for a task with
todoc search "Search string"ortodoc -s "Search string". - List all your tasks with
todoc lsortodoc -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.
