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

#115 in HTTP client

Download history 29/week @ 2024-01-28 18/week @ 2024-02-25 4/week @ 2024-03-10 22/week @ 2024-03-31 54/week @ 2024-04-07

76 downloads per month

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–23MB
~319K SLoC