Skip to content

> A Zsh plugin to pass the selected output of the first command to next!

License

Notifications You must be signed in to change notification settings

raisedadead/zsh-snr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsh-snr

A Zsh plugin to pass the selected output of the first command to next!

Installation

zinit

zinit wait lucid for raisedadead/zsh-snr
Other Plugin Managers

Zplug

zplug "raisedadead/zsh-snr"

Antigen

antigen bundle raisedadead/zsh-snr

Oh-My-Zsh

git clone https://github.com/raisedadead/zsh-snr.git $ZSH_CUSTOM/plugins/zsh-snr
plugins=(
  #...
  zsh-snr
  )

Manual

git clone https://github.com/raisedadead/zsh-snr.git
source zsh-snr/snr.plugin.zsh

Usage

snr <command-one --optional-flags-cmd-one> <command-two --optional-flags-cmd-two>

# Example usage
# snr "gh pr list" "gh pr checkout"

License

Software: The software as it is licensed under the ISC License, please feel free to extend, re-use, share the code.

About

> A Zsh plugin to pass the selected output of the first command to next!

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages