← 返回命令列表

Linux command

todoman 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List tasks

todoman list

Add task

todoman new "[task description]"

Complete task

todoman done [id]

Edit task

todoman edit [id]

Delete task

todoman delete [id]

Show task

todoman show [id]

说明

todoman is a command-line todo list manager that stores tasks in the standard iCalendar VTODO format. This makes it compatible with CalDAV servers and other calendar applications that support the iCalendar standard. When paired with vdirsyncer, todoman can sync tasks with CalDAV servers like Nextcloud, Radicale, or other compatible services. It supports multiple lists, recurring tasks, due dates, and priorities, all stored in standard .ics files on disk.

参数

list
List tasks.
new
Create task.
done
Complete task.
edit
Modify task.
delete
Remove task.
--list _NAME_
Specify list.

FAQ

What is the todoman command used for?

todoman is a command-line todo list manager that stores tasks in the standard iCalendar VTODO format. This makes it compatible with CalDAV servers and other calendar applications that support the iCalendar standard. When paired with vdirsyncer, todoman can sync tasks with CalDAV servers like Nextcloud, Radicale, or other compatible services. It supports multiple lists, recurring tasks, due dates, and priorities, all stored in standard .ics files on disk.

How do I run a basic todoman example?

Run `todoman list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does list do in todoman?

List tasks.