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.
- 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.
To install the Rust CLI Tool-Kit, follow these steps:
-
Clone the Repository:
git clone https://github.com/HalaMansour1/rust-cli-toolkit.git
-
Navigate to the Project Directory:
cd rust-cli-toolkit
-
Build the Project:
cargo build --release
-
Run the Project:
cargo run
cargo run add "Task name"