An open API service indexing awesome lists of open source software.

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!

Awesome Lists containing this project

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.