6 releases

0.4.0 Feb 2, 2024
0.3.7 Feb 2, 2024
0.3.4 Jan 31, 2024
0.3.0 Nov 21, 2022
0.2.0 Nov 21, 2022

#118 in HTTP client

Apache-2.0 AND MIT

59KB
1.5K SLoC

Todoist CLI

cargo install todoistctl

Configuration

Configuration file:

  • Linux/Mac: ~/.config/todoistctl/config.ron
  • Windows: %APPDATA%\todoistctl\config\config.ron
(
    token: "your todoist api token",
)

Example commands

# Add new task to inbox (default project)
todoistctl task new --content="fancy task" --priority=high

# List projects
todoistctl project list

# List Today's tasks
todoistctl task list --filter="today"

Dependencies

~8–21MB
~319K SLoC