| Crates.io | todox |
| lib.rs | todox |
| version | 0.0.1 |
| created_at | 2025-03-11 19:32:56.001447+00 |
| updated_at | 2025-03-11 19:32:56.001447+00 |
| description | A simple CLI todo list application |
| homepage | |
| repository | https://github.com/gokh4nozturk/todox |
| max_upload_size | |
| id | 1588374 |
| size | 25,585 |
A simple and efficient command-line todo list manager written in Rust.
You can install todox using cargo:
cargo install todox
todox add "Learn Rust programming"
todox list
todox done 1
todox remove 1
To build from source:
git clone https://github.com/gokh4nozturk/todox
cd todox
cargo build --release
This project is licensed under the MIT License - see the LICENSE file for details.