| Crates.io | joa_lampela_todo_cli |
| lib.rs | joa_lampela_todo_cli |
| version | 0.1.0 |
| created_at | 2025-05-03 04:10:20.786731+00 |
| updated_at | 2025-05-03 04:10:20.786731+00 |
| description | A minimal TODO CLI app I made while learning Rust. Not expecting it to be useful. |
| homepage | https://github.com/JoaLampela/todo_cli |
| repository | https://github.com/JoaLampela/todo_cli |
| max_upload_size | |
| id | 1658525 |
| size | 20,954 |
A simple command-line to-do list manager I wrote in the pursuit of learning Rust.
cargo install todo_cli
todo_cli
To build the project locally:
cargo build
To run with debug output:
cargo run
To build a release executable:
cargo build --release
This project is licensed under the MIT License. See LICENSE for details.