https://github.com/qwyng/gh-stashes
GitHub CLI extension for search your stash list and apply it
https://github.com/qwyng/gh-stashes
gh-extension git git-stash stash
Last synced: 5 months ago
JSON representation
GitHub CLI extension for search your stash list and apply it
- Host: GitHub
- URL: https://github.com/qwyng/gh-stashes
- Owner: QWYNG
- License: unlicense
- Created: 2021-10-23T13:29:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T15:00:51.000Z (about 4 years ago)
- Last Synced: 2025-04-18T15:09:44.343Z (7 months ago)
- Topics: gh-extension, git, git-stash, stash
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `gh stashes` GitHub CLI extension
[GitHub CLI](https://github.com/cli/cli) extension for search your stash list and apply it.

## Installation
```
gh extension install QWYNG/gh-stashes
```
## Usage
```
gh stashes
```
Displays an interactive stash selector that lists your stashes with preview that display
```git show -p -G ```. The selected stash is applied.
This extension depends on [fzf](https://github.com/junegunn/fzf#readme) as a fuzzy finder. To install using Homebrew:
```
brew install fzf
```