Linux command
tod 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Import
tod project import
Quickadd
tod --quickadd [Buy more milk today]
Create
tod task create
Example
tod task create --content "[Write more rust]" --project [code]
Example
tod task next
Example
tod task list --scheduled --project [work]
List
tod task list --project [work]
说明
tod is a tiny Todoist client written in Rust. It provides a command-line interface for managing tasks in your Todoist account. The tool leverages natural language processing to parse due dates, tags, and other task attributes from simple text input. Tasks can be quickly added to your inbox or assigned to specific projects. The tool supports viewing scheduled tasks and managing your work queue.
参数
- --quickadd _TEXT_
- Quickly create a task with natural language
- --content _TEXT_
- Task content/description
- --project _NAME_
- Specify project name
- --scheduled
- Show only scheduled tasks
FAQ
What is the tod command used for?
tod is a tiny Todoist client written in Rust. It provides a command-line interface for managing tasks in your Todoist account. The tool leverages natural language processing to parse due dates, tags, and other task attributes from simple text input. Tasks can be quickly added to your inbox or assigned to specific projects. The tool supports viewing scheduled tasks and managing your work queue.
How do I run a basic tod example?
Run `tod project import` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --quickadd _TEXT_ do in tod?
Quickly create a task with natural language