bash
cargo install todoistctl
Configuration file:
- Linux/Mac: ~/.config/todoistctl/config.ron
- Windows: %APPDATA%\todoistctl\config\config.ron
ron
(
token: "your todoist api token",
)
```bash
todoistctl task new --content="fancy task" --priority=high
todoistctl project list
todoistctl task list --filter="today" ```