Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 395 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 395 Bytes

todocommander

Todo.txt console application. This tool works by either allowing commandline manipulation of the txt file.

Examples:

Listing all tasks

tc list

Mark task 57 as done

tc do 57

Roadmap

  1. Basic command line manipulation
  2. Colors
  3. Sorting
  4. Interactive curses ui
  5. Interactive filtering
  6. Usability for adding tasks completing contexts and projeccts