1 unstable release
Uses new Rust 2024
new 0.1.0 | May 3, 2025 |
---|
#2402 in Command line utilities
13KB
293 lines
TODO CLI
A simple command-line to-do list manager I wrote in the pursuit of learning Rust.
Features
- Local machine CRUD operations for tasks
- Persistent storage using a JSON file
Usage
cargo install todo_cli
todo_cli
Development
To build the project locally:
cargo build
To run with debug output:
cargo run
To build a release executable:
cargo build --release
License
This project is licensed under the MIT License. See LICENSE for details.
Dependencies
~0.7–8MB
~68K SLoC