An open API service indexing awesome lists of open source software.

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

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