todox

Crates.iotodox
lib.rstodox
version0.0.1
created_at2025-03-11 19:32:56.001447+00
updated_at2025-03-11 19:32:56.001447+00
descriptionA simple CLI todo list application
homepage
repositoryhttps://github.com/gokh4nozturk/todox
max_upload_size
id1588374
size25,585
(gokh4nozturk)

documentation

README

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.

Commit count: 2

cargo fmt