todo-rs

Rust 开发的命令行 TODO LIST

MIT License

Stars
20

todo-rs

English | 简体中文

A minimalist CLI todo list write by rust.

Usage

➜  ~  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]

Development

# clone the repo
git clone

# run the program in local
cargo run

# build the program
cargo build

ISSUE

Please contact me if you encounter any problems.

Contributing

You can open a PR or issue to contribute to this project.

License

todo-rs is released under the MIT License. See the bundled LICENSE file for details.