Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nitindahiya-dev/rust-planner

This application allows you to manage your plans efficiently. Add, edit, delete, view, and search your plans with ease using this command-line tool
https://github.com/nitindahiya-dev/rust-planner

cli cli-app crud crud-operations rust

Last synced: about 2 months ago
JSON representation

This application allows you to manage your plans efficiently. Add, edit, delete, view, and search your plans with ease using this command-line tool

Awesome Lists containing this project

README

        

# 📝 My Plans App

Welcome to **My Plans App**! This application allows you to manage your plans efficiently. Add, edit, delete, view, and search your plans with ease using this command-line tool.

## 🌟 Introduction

**My Plans App** is a Rust-based command-line application designed to help you keep track of your plans. Whether it's for daily tasks, long-term goals, or just a list of things you need to remember, this app has you covered.

## ✨ Features

  • **Add Plans:** Easily add new plans to your list.

  • **Edit Plans:** Update existing plans with new information.

  • **Delete Plans:** Remove plans that you no longer need.

  • **View Plans:** See all your plans in one place.

  • **Search Plans:** Quickly find a specific plan from your list.

  • **Persistent Storage:** Your plans are saved to a file, so they persist between sessions.



  • ## 🛠 Installation

    To get started with My Plans App, you'll need to have Rust installed. If you haven't installed Rust yet, you can do so by following the instructions [here](https://www.rust-lang.org/tools/install).

    1. Clone the repository:

    ```sh
    git clone https://github.com/yourusername/my-plans-app.git
    ```

    2. Navigate to the project directory:

    ```sh
    cd my-plans-app
    ```

    3. Build the project:

    ```sh
    cargo build --release
    ```