topydo
TLDR
List tasks
$ topydo ls
Add task$ topydo add "[task description]"
Complete task$ topydo do [number]
Set priority$ topydo pri [number] [A]
Postpone task$ topydo postpone [number] [1w]
Interactive mode$ topydo prompt
SYNOPSIS
topydo command [options] [args]
DESCRIPTION
topydo manages todo.txt files. It's a powerful CLI.
todo.txt compatible. Standard format.
Recurrence support. Repeating tasks.
Relative dates. Flexible scheduling.
Interactive prompt. Continuous mode.
PARAMETERS
ls
List tasks.add
Add task.do
Complete task.pri
Set priority.postpone
Delay task.prompt
Interactive mode.
CAVEATS
Python required. todo.txt format. Configuration recommended.
HISTORY
topydo was created as a feature-rich, Python-based todo.txt client with recurring task support.


