[](https://crates.io/crates/rtodo)


[](https://github.com/hoodie/notify-rust/graphs/contributors)
# A very simple To-Do list manager written in Rust
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 or to add
new features and help me learn Rust.
# Features
- List todos
- Add todos
- Remove todos
- Update todos
## Screenshots
<p align="center"><img src="/img/menu.jpg?raw=true"/></p>
<p align="center"><img src="/img/sub_menu.jpg?raw=true"/></p>
<p align="center"><img src="/img/add_todo.jpg?raw=true"/></p>
<p align="center"><img src="/img/remove_todo.jpg?raw=true"/></p>
## Roadmap
- [ ] Save todos into a file and read from it.
- [ ] Add commandline arguments.