1 unstable release
new 0.0.1 | Mar 11, 2025 |
---|
#116 in #todo
56 downloads per month
9KB
106 lines
Todox
A simple and efficient command-line todo list manager written in Rust.
Features
- ✨ Add new tasks
- 📝 List all tasks
- ✅ Mark tasks as completed
- 🗑️ Remove tasks
- 💾 Automatic saving to JSON file
- 🎨 Colorful terminal output
Installation
You can install todox using cargo:
cargo install todox
Usage
Add a new task
todox add "Learn Rust programming"
List all tasks
todox list
Mark a task as done
todox done 1
Remove a task
todox remove 1
Development
To build from source:
git clone https://github.com/gokh4nozturk/todox
cd todox
cargo build --release
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dependencies
~3–15MB
~115K SLoC