RTD (i.e. RustyToDo) is a simple command-line TODO tool written in Rust.
English | 简体中文
- Multiple task lists can be created.
- User-friendly command-line interface.
- Uses JSON files for storage.
Ensure that you have Rust installed.
$ git clone https://github.com/ikka0426/rtd.git
$ cd rtd
$ cargo build --release
./rtd use <TODOLIST>
./rtd add <EVENT>
./rtd ch [-r] <ID>
Use the following command to learn more about usage:
./rtd help
If you would like to contribute to RTD, feel free to raise issues or initiate pull requests.
RTD is released under the MIT License. See the LICENSE file for details.