ToDo is a Rust program to set todo lists for your daily life.
- ls: Show all the ToDo saved in the file
- add: Add multiple things in ToDo
- del: Delete multiple useless things in ToDo
- do: Tag some of the things to be the state
finished
- clear: Remove all the records in your todo list.
- r: Rename the todo list name to a new one
git clone https://github.com/DirkFi/ToDo.git
cargo build --release
Move your executable file named todo
to path /usr/bin
And enjoy your usage with command todo
, todo ls
, etc.
I write this for fun and use this to learn and know the basics of Rust programming language.