https://github.com/raisedadead/zsh-snr
> A Zsh plugin to pass the selected output of the first command to next!
https://github.com/raisedadead/zsh-snr
Last synced: 5 months ago
JSON representation
> A Zsh plugin to pass the selected output of the first command to next!
- Host: GitHub
- URL: https://github.com/raisedadead/zsh-snr
- Owner: raisedadead
- License: isc
- Created: 2024-06-18T06:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T06:56:59.000Z (over 1 year ago)
- Last Synced: 2025-02-13T00:43:48.062Z (9 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-zsh-plugins - snr - Passes the selected output of the first command to the next. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - snr - Passes the selected output of the first command to the next. (Plugins / ZSH on Windows)
README
# zsh-snr
> A Zsh plugin to pass the selected output of the first command to next!
## Installation
### zinit
```zsh
zinit wait lucid for raisedadead/zsh-snr
```
Other Plugin Managers
### Zplug
```zsh
zplug "raisedadead/zsh-snr"
```
### Antigen
```zsh
antigen bundle raisedadead/zsh-snr
```
### Oh-My-Zsh
```zsh
git clone https://github.com/raisedadead/zsh-snr.git $ZSH_CUSTOM/plugins/zsh-snr
```
```zsh
plugins=(
#...
zsh-snr
)
```
### Manual
```zsh
git clone https://github.com/raisedadead/zsh-snr.git
source zsh-snr/snr.plugin.zsh
```
## Usage
```zsh
snr
# Example usage
# snr "gh pr list" "gh pr checkout"
```
## License
Software: The software as it is licensed under the [ISC](LICENSE) License,
please feel free to extend, re-use, share the code.