Skip to content

gsex — g(it) s(tash) ex(plorer) — Interactive git stash

License

Notifications You must be signed in to change notification settings

therealklanni/gsex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g(it) s(tash) ex(plorer)

Interactive git stash explorer using fzf

demo

Installation

CURL:

curl -o /usr/local/bin/gsex https://git.io/gsex && chmod 755 /usr/local/bin/gsex

npm:

npm install -g gsex

Usage

$ 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

Related tools

gdex - g(it) d(iff) ex(plorer)

glex - g(it) l(og) ex(plorer)

License

MIT © Kevin Lanni

Modified from original work by bturrubiates.