todo_cli_rs

Crates.iotodo_cli_rs
lib.rstodo_cli_rs
version0.1.1
sourcesrc
created_at2024-08-09 12:33:05.963001
updated_at2024-08-09 12:40:27.689881
descriptionA simple TODO list management application.
homepage
repositoryhttps://github.com/HackerX7889/Todo-CLI-RS
max_upload_size
id1330808
size14,777
HackerX (HackerX7889)

documentation

README

To-Do List CLI

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.

Features

  • Add tasks to the list
  • Remove tasks by index
  • View all tasks
  • Persistent storage of tasks using a text file

Installation

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
Commit count: 0

cargo fmt