An open API service indexing awesome lists of open source software.

https://github.com/skeate/git-stashman

terminal stash manager for git
https://github.com/skeate/git-stashman

git stash terminal tui

Last synced: 3 months ago
JSON representation

terminal stash manager for git

Awesome Lists containing this project

README

          

# git-stashman

Terminal interface for managing git stashes; see the stash contents and apply,
pop, or drop with a single keypress. It also warns you if the stash does not
apply cleanly to the current working directory.

![screenshot](screenshot.png)

## Running

Either install globally with `npm install -g git-stashman` and then use it with
`git stashman`, or run `npx git-stashman` to install and run it once.