GitHub CLI extension for search your stash list and apply it.
gh extension install QWYNG/gh-stashes
gh stashes
Displays an interactive stash selector that lists your stashes with preview that display
git show -p -G<QUERY> <SELECTED_STASH>
. The selected stash is applied.
This extension depends on fzf as a fuzzy finder. To install using Homebrew:
brew install fzf