LinuxCommandLibrary

topydo

Feature-rich todo.txt task manager

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 is a feature-rich command-line todo list manager that uses the todo.txt format while adding capabilities like recurring tasks, relative date handling, and task dependencies. It maintains full compatibility with other todo.txt tools and clients.
The interactive prompt mode provides a continuous session for managing tasks without restarting the tool. Tasks can be postponed with relative date expressions like "1w" for one week, and recurring tasks automatically create new instances when completed.

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community