← 返回命令列表

Linux command

todo 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Add task

todo add "[task description]"

List tasks

todo list

Complete task

todo done [id]

Remove task

todo rm [id]

Show task

todo show [id]

Clear completed

todo clear

说明

todo is a simple command-line task manager for creating, listing, completing, and removing tasks. It provides a minimal interface for quick task entry and progress tracking without the complexity of full-featured project management tools. Multiple implementations exist under the name "todo," each with slightly different features and storage backends. The core workflow is consistent: add tasks with descriptions, mark them done when completed, and clear finished items from the list.

参数

add
Add task.
list
Show tasks.
done
Mark complete.
rm
Remove task.
show
Show details.
clear
Remove done.

FAQ

What is the todo command used for?

todo is a simple command-line task manager for creating, listing, completing, and removing tasks. It provides a minimal interface for quick task entry and progress tracking without the complexity of full-featured project management tools. Multiple implementations exist under the name "todo," each with slightly different features and storage backends. The core workflow is consistent: add tasks with descriptions, mark them done when completed, and clear finished items from the list.

How do I run a basic todo example?

Run `todo add "[task description]"` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does add do in todo?

Add task.