https://github.com/jwerle/suggest.sh
Suggests commands based on a query found in $PATH
https://github.com/jwerle/suggest.sh
Last synced: 10 months ago
JSON representation
Suggests commands based on a query found in $PATH
- Host: GitHub
- URL: https://github.com/jwerle/suggest.sh
- Owner: jwerle
- License: mit
- Created: 2014-05-24T18:54:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T20:46:32.000Z (about 4 years ago)
- Last Synced: 2025-04-22T21:49:34.672Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
suggest.sh
==========
Suggests commands based on a query found in $PATH. Kinda like `which`
but with queries
## install
[bpkg](https://github.com/bpkg/bpkg)
```sh
$ bpkg install -g jwerle/suggest.sh
```
source:
```sh
$ git clone https://github.com/jwerle/suggest.sh.git
$ make install -C suggest/
```
## usage
```
usage: suggest [-hV]
```
## example
```sh
$ suggest git
suggest: found 42 result(s)
/usr/local/bin/git-alias
/usr/local/bin/git-archive-file
/usr/local/bin/git-back
/usr/local/bin/git-bug
/usr/local/bin/git-changelog
/usr/local/bin/git-commits-since
/usr/local/bin/git-contrib
/usr/local/bin/git-count
/usr/local/bin/git-create-branch
/usr/local/bin/git-delete-branch
/usr/local/bin/git-delete-merged-branches
/usr/local/bin/git-delete-submodule
/usr/local/bin/git-delete-tag
/usr/local/bin/git-effort
/usr/local/bin/git-extras
...
```
## license
MIT