todoistctl 0.4.0

Todoist CLI
todoistctl-0.4.0 is not a library.

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"