Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nitindahiya-dev/rust-planner
- Owner: nitindahiya-dev
- Created: 2024-07-12T11:03:16.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T10:33:32.000Z (6 months ago)
- Last Synced: 2024-07-20T18:08:12.302Z (6 months ago)
- Topics: cli, cli-app, crud, crud-operations, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
## 🛠 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
```