toddi 0.1.0

A TODO focuser built on top of todo.txt
Documentation

toddi

Want to get things done? Pick a task, do it, and move on to the next one.

toddi will tell you exactly what to focus on, per project, based on your todo.txt tasks.

Requirements

By default, the program assumes the default todo.txt paths in the absence of the relevant optional input:

  • ~/.todo-txt/todo.txt
  • ~/.todo-txt/done.txt

The format for a task line should conform to todo.txt documentation.

E.g.:

(PRIO) Task's short description +project @context

Usage

Display next todo.txt task for project myproject (i.e. +myproject on the task line) and a progress bar indicating the project's level of completion.

$ toddi focus myproject

Use --help for more information:

$ toddi --help

License

source : GPL-3.0-or-later