Todo term is a simple terminal application for storing tasks.
- Clone the repository
git clone https://github.com/yoelvp/todo-term.git
- Move to the project's root directory
mv todo-term
- Run the program
cargo run
You can use the application in a very easy and straightforward manner
Keys | Description |
---|---|
a | Add a new TODO |
l | List all TODOS |
e | Edit a specific TODO |
d | Delete a TODO |
q | Exit the program |
MIT License