简体中文 | English
Rust 开发的简易命令行 TODO LIST。
你可以在我的博客中找到更多关于 Rust 的文章:https://liruifengv.com/posts/tags/rust/
也可以关注我的公众号 SayHub,第一时间获取更新:
cargo install --git https://github.com/liruifengv/todo-rs
➜ ~ rodo --help
rodo 0.1.0
Rodo is a simple todo list manager.
USAGE:
rodo.exe <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
add Add a todo item.
help Print this message or the help of the given subcommand(s)
info Show rodo info.
list List all the todo items. [aliases: ls, ll, la]
remove Remove a todo item. [aliases: rm]
# 克隆这个仓库
git clone
# 本地运行
cargo run
# 打包
cargo build
如果你遇到任何问题,欢迎联系我。
你可以随时给这个项目提 PR。
todo-rs 基于 MIT 协议。查看 LICENSE 详情。