https://github.com/firehed/git-stash-browser
TUI for browsing git stashes
https://github.com/firehed/git-stash-browser
Last synced: about 1 month ago
JSON representation
TUI for browsing git stashes
- Host: GitHub
- URL: https://github.com/firehed/git-stash-browser
- Owner: Firehed
- License: mit
- Created: 2026-04-04T01:11:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T01:29:54.000Z (4 months ago)
- Last Synced: 2026-04-04T03:19:55.154Z (4 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-stash-browser
A terminal UI for browsing git stashes.
## Features
- Two-column layout: stash list on left, diff preview on right
- Colorized diff output
- Drop stashes with confirmation
- Relative timestamps for stash age
## Installation
```bash
cargo install --path .
```
## Usage
Run `git-stash-browser` from any git repository.
### Keybindings
| Key | Action |
|-----|--------|
| `j` / `↓` | Next stash |
| `k` / `↑` | Previous stash |
| `J` | Scroll diff down |
| `K` | Scroll diff up |
| `PgDn` | Scroll diff down (page) |
| `PgUp` | Scroll diff up (page) |
| `D` | Drop stash (with confirmation) |
| `q` | Quit |
## License
MIT