Linux command
topydo 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
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
说明
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.
参数
- ls
- List tasks.
- add
- Add task.
- do
- Complete task.
- pri
- Set priority.
- postpone
- Delay task.
- prompt
- Interactive mode.
FAQ
What is the topydo command used for?
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.
How do I run a basic topydo example?
Run `topydo ls` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does ls do in topydo?
List tasks.