Author: Aseem Lalfakawma
This app creates a .todos.json
file in the folder that you run it to persist the data. It will also automatically add a .todos.json
file to the .gitignore
file in case it exists.
- a - Add
- x - Done/Undone
- e, enter - Edit
- d - Delete
- j, k, arrow up, arrow down - Up or down
- q - Quit
Make sure you have Cargo installed, if you install the rust package, I think it should come with it. Mine did (on Manjaro system btw). Run the following code to install the package as a binary
cargo install todo_list
git clone https://github.com/alalfakawma/todo_list_rust.git
cd todo_list_rust/
cargo run