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
- Host: GitHub
- URL: https://github.com/skeate/git-stashman
- Owner: skeate
- License: mit
- Created: 2019-04-16T14:19:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T15:04:32.000Z (about 7 years ago)
- Last Synced: 2024-04-14T07:24:18.001Z (about 2 years ago)
- Topics: git, stash, terminal, tui
- Language: TypeScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.