Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 779 Bytes

README.mkdn

File metadata and controls

19 lines (12 loc) · 779 Bytes

Todoc is a command line todo list.

Build Status

Basic use:

  • Add a task with todoc add "Herp a derp" or todoc -a "Herp a derp"
  • Remove a task with todoc rm 1 or todoc -r 1
  • Complete a task with todoc do 1 or todoc -d 1
  • Uncomplete a task with todoc undo 1 or todoc -u 1
  • Search for a task with todoc search "Search string" or todoc -s "Search string".
  • List all your tasks with todoc ls or todoc -l

Todoc also has flags for specifying what file to use (-f FILENAME) and the verbosity (-v).

Building:

Building todoc requires Scons, a Python based build system. Once you have Scons, just run scons to build the program.