A terminal-based To-Do list application written in Rust. Users can navigate, add, remove, and mark tasks as completed using keyboard inputs. Ideal for efficient task management directly from the command line.
- Navigate through tasks
- Add new tasks
- Remove existing tasks
- Mark tasks as completed
-
Clone the Repository:
git clone https://github.com/victornw/rustodo.git
-
Move to the directory:
cd rustodo
-
Run the application:
cargo run
- 'a': Add a new To-Do item
- 'd': Delete a To-Do item
- 'Up Arrow': Move the selection up
- 'Down Arrow': Move the selection down
- 'q': Quit the application
- Rust: Make sure you have Rust installed. You can download it from rust-lang.org.