Skip to content

ikka0426/rtd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTD 📖

RTD (i.e. RustyToDo) is a simple command-line TODO tool written in Rust.

English | 简体中文

Features ✨

  • Multiple task lists can be created.
  • User-friendly command-line interface.
  • Uses JSON files for storage.

Installation ⚙️

Ensure that you have Rust installed.

$ git clone https://github.com/ikka0426/rtd.git
$ cd rtd
$ cargo build --release

Usage 💻

Selecting a todo list

./rtd use <TODOLIST>

Adding a task

./rtd add <EVENT>

Modifying the completion status of a task

./rtd ch [-r] <ID>

Use the following command to learn more about usage:

./rtd help

Contribution 👥

If you would like to contribute to RTD, feel free to raise issues or initiate pull requests.

Copyright and License 📝

RTD is released under the MIT License. See the LICENSE file for details.

Author

Static Badge

About

rtd is a simple command line todo tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages