Todoist CLI Commands
Interact with Todoist from the command line.
Commands
todoist list- List tasks from Todoisttodoist add- Create tasks in Todoisttodoist import- Import markdown tasks to Todoisttodoist sync- Bidirectional sync
Requirements
All Todoist commands require an API token. See Todoist Integration for setup.
Quick Examples
bash
# List Todoist tasks
md2do todoist list --project Work
# Create a task
md2do todoist add "Review PR" --priority high --due tomorrow
# Import from markdown
md2do todoist import tasks.md:15
# Sync everything
md2do todoist syncRelated
- Todoist Integration - Complete guide
- CLI Overview - All commands