Interactive
git stash
explorer usingfzf
CURL:
curl -o /usr/local/bin/gsex https://git.io/gsex && chmod 755 /usr/local/bin/gsex
npm:
npm install -g gsex
$ gsex [<options>]
Type to fuzzy-search stashes.
Keys:
- up/down: navigate (click line also works)
- ctrl-p: pop selected stash
- ctrl-a: apply selected stash
- ctrl-b: create a branch from selected stash
- del: drop selected stash
- enter: view full diff (less)
- esc: exit gsex
gdex - g(it) d(iff) ex(plorer)
glex - g(it) l(og) ex(plorer)
MIT © Kevin Lanni
Modified from original work by bturrubiates.