c-tasks
Installation
SKILL.md
This skill supports three task managers. Detect which is available with which todoist-cli things-cli task and use accordingly.
Todoist — todoist-cli
todoist-cli list # List today's tasks
todoist-cli list --project "Work" # Tasks in a project
todoist-cli add "Task name" --due today --priority 2
todoist-cli add "Task" --project "Work" --label "urgent"
todoist-cli complete <task-id>
todoist-cli delete <task-id>
todoist-cli projects # List all projects
todoist-cli search "query"