snippetbashTip
tod — A tiny Todoist client in Rust. It takes simple input and dumps it in your inbox or another project.
Viewed 0 times
todcommandclienttakesrustclitodoisttiny
linux
Problem
How to use the
tod command: A tiny Todoist client in Rust. It takes simple input and dumps it in your inbox or another project. Taking advantage of natural language processing to assign due dates, tags, etc. More information: <https://github.com/tod-org/tod/blob/main/docs/usage.md#usage>.Solution
tod — A tiny Todoist client in Rust. It takes simple input and dumps it in your inbox or another project. Taking advantage of natural language processing to assign due dates, tags, etc. More information: <https://github.com/tod-org/tod/blob/main/docs/usage.md#usage>.Import your projects (this is necessary to enable project prompts):
tod project importQuickly create a task with due date:
tod --quickadd {{Buy more milk today}}Create a new task (you will be prompted for content and project):
tod task createCreate a task in a project:
tod task create --content "{{Write more rust}}" --project {{code}}Get the next task for a project:
tod task nextGet your work schedule:
tod task list --scheduled --project {{work}}Get all tasks for work:
tod task list --project {{work}}Code Snippets
Import your projects (this is necessary to enable project prompts)
tod project importQuickly create a task with due date
tod --quickadd {{Buy more milk today}}Create a new task (you will be prompted for content and project)
tod task createCreate a task in a project
tod task create --content "{{Write more rust}}" --project {{code}}Get the next task for a project
tod task nextContext
tldr-pages: linux/tod
Revisions (0)
No revisions yet.