I wrote this project while I'm learning Rust for practice.
I decided to put this project online so that others, like me, who are learning Rust can take some ideas and help me improve this code too.
Feel free to open a pull request to improve the code, add new features, and help me learn Rust.
Install rtodo with cargo
bash
cargo install rtodo
Install rtodo on ArchLinux
bash
yay -S rtodo-bin
Clone the project
bash
git clone https://github.com/TiagoRCorreia/rtodo.git
Go to the project directory
bash
cd rtodo
Build project
bash
cargo build --release
Run the program
bash
cargo run
If you have any feedback, please reach out to me at tiagorcoreia87@gmail.com
Contributions are always welcome!
See contributing for ways to get started.
Please adhere to this project's code of conduct.