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
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
mark todo as done
Define the priority of todo
better error handling
If you have any feedback, please reach out to me at tiagorcoreia87@gmail.com