cdp-cli 0.1.1

CDP - This CLI helps you quickly navigate to a directory and perform useful operations on it.
Documentation
[[bin]]
name = "cdp"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.41"

[dependencies.regex]
version = "1.11.1"

[lib]
name = "cdp_cli"
path = "src/lib.rs"

[package]
authors = ["tokkitomare"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "CDP - This CLI helps you quickly navigate to a directory and perform useful operations on it."
edition = "2024"
keywords = ["cli", "cdp", "cdprogram", "useful"]
license = "MIT"
name = "cdp-cli"
readme = "README.md"
repository = "https://github.com/tokkitomare/cdp-cli"
version = "0.1.1"