#todoist #tui #cli #api-token #web

bin+lib todoist-tui

一个 Todoist TUI 和 CLI 应用

3 个版本

0.1.3 2024年2月20日
0.1.1 2024年2月19日
0.1.0 2024年2月19日

#5 in #todoist

Download history 2/week @ 2024-03-11 43/week @ 2024-04-01 26/week @ 2024-04-08 1/week @ 2024-05-27

53 每月下载量

MIT 许可

72KB
2K SLoC

todoist-tui,一个 Todoist TUI & CLI 应用

安装

您需要安装 Rust 工具链。您可以直接从 crates.io 安装

cargo install todoist-tui

或者克隆仓库并自行构建。

git clone [email protected]:drewzemke/todoist-tui.git
cd todoist-tui
cargo install --path .

使用

首先从 Todoist 网页应用 获取您的 API 令牌,然后存储它

todoist-tui set-token <YOUR_API_TOKEN>

与 Todoist 服务器同步您的数据

todoist-tui sync

TUI 使用

通过无参数调用程序来启动 TUI。(我会在某个时候在这里添加更多细节!)

todoist-tui 

CLI 使用

将一些待办事项添加到您的收件箱

todoist-tui add "Do a barrel roll!"
todoist-tui add "Use the boost to get through!"

列出您的收件箱内容

todoist-tui list
# [1] "Do a barrel roll!"
# [2] "Use the boost to get through!"

使用列表中的编号标记待办事项为完成

todoist-tui complete 2

依赖项

~17–32MB
~491K SLoC