https://github.com/neo-hack/pd
search local package.name directly
https://github.com/neo-hack/pd
fuzzy package rust
Last synced: over 1 year ago
JSON representation
search local package.name directly
- Host: GitHub
- URL: https://github.com/neo-hack/pd
- Owner: neo-hack
- Created: 2021-12-21T02:00:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T05:41:50.000Z (about 4 years ago)
- Last Synced: 2025-02-04T19:40:47.018Z (over 1 year ago)
- Topics: fuzzy, package, rust
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

*search local `package.name` directly*
## install
```console
brew tap neo-hack/tap
brew install pd
```
## usage
```console
pd
```
**how to cd after found package**
```bash
cd "$(pd)"
```