cdp-cli 0.3.0

CDP - This CLI helps you quickly navigate to a directory and perform useful operations on it.
Documentation
<div align="center">

[<img src="images/cdplogo-nobg.png" width="144"/>](https://crates.io/crates/cdp-cli)

<h1 align="center">CDP</h1>

</p align="center">
<strong>CDP stands for CD Program, where 'cd' refers to the directory‑changing command in Linux shells and PowerShell.

This CLI helps you quickly navigate to a directory and perform useful operations on it.
</strong>
</p>

[![cratesio](https://img.shields.io/crates/v/cdp-cli)](https://crates.io/crates/cdp-cli)

</div>

## 🖥️ Supported OS


* Windows (PowerShell)
* Linux

## 🛠️ Supported Editors


* Visual Studio Code

---

## 📦 Commands and Flags


### general (`g`)

- `--ls`
- `--editor`, `-E`

### aliases (`alias`)

- `--list`, `-l`, `--ls`
- `--remove`, `-r`, `--rm`
- `--edit`, `-e`

### create-project (`cp`)

- `--alias`, `--al`
- `--path`, `-p`

---

## 📘 Help


You can learn more about the commands, arguments, and flags with:

```bash
cdp --help
# or

cdp -h
# or

cdp help
```