Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

archived-by-mrugesh/zsh-snr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages