Git plugin that lets you interactively select a stashed item to show
An iPipeTo workflow
Get it with npm:
npm install -g git-ishow
In any git repo folder:
git ishow
OR
bypass npm install and run it at once using npx:
npx git-ishow
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:
alias git-ishow="git stash list | ipt -M 'Select stashed item to show:' --unquoted | cut -d ':' -f 1 | xargs git stash show -u"
MIT © 2018 Ruy Adorno