A simple and intuitive command-line Task Manager built in Rust.
Manage your personal to-do list quickly and efficiently right from your terminal.
- π Add Tasks: Easily add new items to your task list directly from the CLI
- π View Tasks: Display all of your current tasks in a clear, numbered list
- ποΈ Delete Tasks: Remove specific tasks by number
β οΈ Input Validation: Handles invalid or unexpected inputs gracefully- π§Ή Clean Interface: Straightforward and interactive terminal experience
-
Clone the repository
git clone https://github.com/Ka-369/rust-cli-task-manager.git cd rust-cli-task-manager -
Run the application
cargo run
- Rust (Cargo included)
This is a CLI Task Manager
1οΈβ£ Add Task
2οΈβ£ View Tasks
3οΈβ£ Delete Task
4οΈβ£ Exit
- When prompted, enter the number corresponding to the desired action.
- Follow on-screen instructions to add or delete tasks.
Contributions and suggestions are welcome!
Feel free to open issues or submit pull requests to improve the project.
This project is licensed under the MIT License.
This project is a starting point for learning Rust and practicing command-line application development.