add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# todoist
> 从命令行访问 <https://todoist.com>。
> 更多信息:<https://github.com/sachaos/todoist>。
- 添加任务:
`todoist add "{{task_name}}"`
- 添加一个高优先级任务,并带有标签、项目和截止日期:
`todoist add "{{task_name}}" --priority {{1}} --label-ids "{{label_id}}" --project-name "{{project_name}}" --date "{{tmr 9am}}"`
- 以快速模式添加一个高优先级任务,并带有标签、项目和截止日期:
`todoist quick '#{{project_name}} "{{tmr 9am}}" p{{1}} {{task_name}} @{{label_name}}'`
- 列出所有任务,并带有标题和颜色:
`todoist --header --color list`
- 列出所有高优先级任务:
`todoist list --filter p{{1}}`
- 列出今天的高优先级任务,并带有指定的标签:
`todoist list --filter '(@{{label_name}} | {{today}}) & p{{1}}'`