LinuxCommandLibrary

topydo

TLDR

List tasks

$ topydo ls
copy
Add task
$ topydo add "[task description]"
copy
Complete task
$ topydo do [number]
copy
Set priority
$ topydo pri [number] [A]
copy
Postpone task
$ topydo postpone [number] [1w]
copy
Interactive mode
$ topydo prompt
copy

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.

SEE ALSO

todo.sh(1), task(1), todoman(1)

Copied to clipboard