todoist
Installation
SKILL.md
Todoist CLI
Use todoist to manage Todoist tasks directly from the terminal.
Setup
- Install:
brew install todoist-cli - Get your API token from https://app.todoist.com/app/settings/integrations/developer
- Create config:
mkdir -p ~/.config/todoist
echo '{"token": "YOUR_API_TOKEN"}' > ~/.config/todoist/config.json
- Sync:
todoist sync