Crates.io | todoistctl |
lib.rs | todoistctl |
version | 0.4.0 |
source | src |
created_at | 2022-11-21 08:01:03.075266 |
updated_at | 2024-02-02 10:34:05.223385 |
description | Todoist CLI |
homepage | https://github.com/yitsushi/todoist-rs |
repository | https://github.com/yitsushi/todoist-rs |
max_upload_size | |
id | 719820 |
size | 58,961 |
cargo install todoistctl
Configuration file:
~/.config/todoistctl/config.ron
%APPDATA%\todoistctl\config\config.ron
(
token: "your todoist api token",
)
# 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"