Socket
Book a DemoInstallSign in
Socket

git-ishow

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-ishow

Git plugin that lets you interactively select a stashed item to show

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

git-ishow

Git plugin that lets you interactively select a stashed item to show

An iPipeTo workflow



demo animation


Install

Get it with npm:

npm install -g git-ishow

Run

In any git repo folder:

git ishow

OR

bypass npm install and run it at once using npx:

npx git-ishow

Bash alias equivalent

If you're already an ipt user that has it globally installed, you can get this same functionality by just adding this alias to your bash (or equivalent) file:

Requirements

  • Unix-like system (needs cut, xargs cmds)
  • git globally installed
  • ipt globally installed
alias git-ishow="git stash list | ipt -M 'Select stashed item to show:' --unquoted | cut -d ':' -f 1 | xargs git stash show -u"

License

MIT © 2018 Ruy Adorno

Keywords

ipt

FAQs

Package last updated on 04 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts