This is a small personnal project to learn to use Rust.
You need to build the binaries using cargo build and to put it in your binaries.
Each time you run a the todo command in a directory, a .todo directory will be created if it doesn't already exists.
The commands are the following ones :
add: To add a task to the todo listdone: To set a task as done in the to-do listremove: To remove a task from the todo listrestore: To undo the last changes of the to-do list.reset: Clear the todo list.sort: Display the todo list sorted by priority.list: Display the to-do list sorted by dates.
- Adding a new task :
- Displaying the todo list :



