gsex

0.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i gsex

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

4.35 kB

Total Files

4

Last publish

Collaborators

  • therealklanni