Skip to content

Improving my command line's user interface and added tools like to-do list, calendar, color coordination and more using rust!

Notifications You must be signed in to change notification settings

HalaMansour1/Rust-CLI-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust CLI Tool-Kit

Project Logo

Overview

Hi! The Rust CLI Tool-Kit is a versatile command line toolkit that I designed to provide a range of utilities for developers and users. It includes tools for to-do lists, integrating calendars, and color-coordinating errors for easier debugging.

Features

  • To-Do List Manager: Create, edit, delete, and list tasks with a simple CLI interface.
  • Note-Taking Application: Save and retrieve notes directly from the command line.
  • Calendar Integration: Display a calendar view and manage events.
  • Color-Error Coordinator: Enhances your interface by color-coding errors and providing explanations.

Installation

To install the Rust CLI Tool-Kit, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/HalaMansour1/rust-cli-toolkit.git
  2. Navigate to the Project Directory:

    cd rust-cli-toolkit
  3. Build the Project:

    cargo build --release
  4. Run the Project:

    cargo run

Usage

To-Do List Manager

Add a Task

cargo run add "Task name"

About

Improving my command line's user interface and added tools like to-do list, calendar, color coordination and more using rust!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published