A command-line interface application to manage your daily tasks efficiently. This application is built using Rust and is designed to help you stay organized and productive. It provides a simple and intuitive interface for adding, listing, marking, and deleting tasks. It's using supabase as a database.
- Add new tasks
- List all tasks
- Mark tasks as complete
- Delete tasks
- Simple and intuitive interface
git clone https://github.com/Rasoul678/todo_cli.git
cd todo_cli
cargo run -- add "task title" "task description"
cargo run -- list
cargo run -- complete 1
cargo run -- delete 1
cargo run -- clear
cargo run -- help
cargo run -- version
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.