English | 简体中文
A minimalist CLI todo list write by rust.
➜ ~ 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]
# clone the repo
git clone
# run the program in local
cargo run
# build the program
cargo build
Please contact me if you encounter any problems.
You can open a PR or issue to contribute to this project.
todo-rs is released under the MIT License. See the bundled LICENSE file for details.