Skip to content

Todoist CLI Commands

Interact with Todoist from the command line.

Commands

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 sync

Released under the MIT License.