u/NoSupermarket9931

I made a TUI for git stashes because `git stash list` fucking sucks
▲ 22 r/git

I made a TUI for git stashes because `git stash list` fucking sucks

Every time I needed to apply a stash I'd run `git stash list`, see a wall of "WIP on main", type `git stash show -p stash@{2}` to check the diff, realize it was the wrong one, repeat, then finally `git stash apply stash@{1}` and hope. One slip and the wrong stash is gone.

This has fucked me over several times, :(

install - go install github.com/vlensys/stashpilot@latest

source - https://github.com/vlensys/stashpilot (drop a star pretty please)

u/NoSupermarket9931 — 3 days ago