Crates.io | todo_cli_rs |
lib.rs | todo_cli_rs |
version | 0.1.1 |
source | src |
created_at | 2024-08-09 12:33:05.963001 |
updated_at | 2024-08-09 12:40:27.689881 |
description | A simple TODO list management application. |
homepage | |
repository | https://github.com/HackerX7889/Todo-CLI-RS |
max_upload_size | |
id | 1330808 |
size | 14,777 |
A simple command-line to-do list application written in Rust. This application allows users to manage tasks efficiently through a terminal interface, providing features such as adding, removing, and viewing tasks with persistent storage.
To install the To-Do List CLI, you need to have Rust and Cargo installed on your system. If you haven't installed Rust yet, you can do so by following the instructions on the official Rust website.
Once you have Rust and Cargo installed, you can install this project:
cargo add todo_cli_rs
or clone the git repository:
git clone https://github.com/HackerX7889/Todo-CLI-RS
cd Todo-CLI-RS
cargo build --release