joa_lampela_todo_cli

Crates.iojoa_lampela_todo_cli
lib.rsjoa_lampela_todo_cli
version0.1.0
created_at2025-05-03 04:10:20.786731+00
updated_at2025-05-03 04:10:20.786731+00
descriptionA minimal TODO CLI app I made while learning Rust. Not expecting it to be useful.
homepagehttps://github.com/JoaLampela/todo_cli
repositoryhttps://github.com/JoaLampela/todo_cli
max_upload_size
id1658525
size20,954
Joa Jesse Alexander Lampela (JoaLampela)

documentation

https://docs.rs/todo_cli

README

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.

Commit count: 2

cargo fmt