A TUI application for managing GitHub Pull Requests.
Quickly triage review requests and authored PRs across multiple repositories without leaving the terminal.
new (1) stale (2) [all (4)] authored (3)
org/repo-a
> ✓ Fix cache invalidation 2h user-a
✗ Refactor auth flow 1d user-b
org/repo-b
✓ Improve loading state 5h user-c
◌ Add error boundary 3d user-a
──────────────────────────────────────────────────────────────────────────────────
j/k move h/l section g/G top/end ... Sort: newest first Updated 13:24
| Section | Description |
|---|---|
| undefinednewundefined | Review requests with no reviews yet and updated within the last 48 hours |
| undefinedstaleundefined | Review requests that have not been updated for more than 48 hours |
| undefinedallundefined | All PRs where your review is requested (includes both new and stale) |
| undefinedauthoredundefined | All open PRs you created |
gh) installed and authenticatedgh auth login
curl -fsSL https://raw.githubusercontent.com/wattanx/prow/main/install.sh | bash
By default, the binary is installed to ~/.local/bin. You can change the install directory with PROW_INSTALL_DIR:
PROW_INSTALL_DIR=/usr/local/bin curl -fsSL https://raw.githubusercontent.com/wattanx/prow/main/install.sh | bash
prow upgrade
prow # Open the TUI
prow upgrade # Update to latest version
prow --help # Show help
prow --version # Show version
| Key | Action |
|---|---|
j / ↓ |
Move cursor down |
k / ↑ |
Move cursor up |
g |
Jump to first item |
G |
Jump to last item |
h / Shift+Tab |
Previous section |
l / Tab |
Next section |
Enter |
Open PR in browser |
s |
Toggle sort (newest / oldest) |
f |
Open repository filter |
r |
Refresh data |
q |
Quit |
| Key | Action |
|---|---|
j / ↓ |
Move cursor down |
k / ↑ |
Move cursor up |
Space |
Toggle repository selection |
Enter |
Apply filter |
Esc |
Cancel |
Configuration is stored at ~/.config/prow/config.json (auto-created on first launch).
{
"pollInterval": 60,
"defaultSection": "all"
}
| Key | Description | Default |
|---|---|---|
pollInterval |
Auto-refresh interval in seconds | 60 |
defaultSection |
Initial section (new / stale / all / authored) |
"all" |
gh api graphqlThe original TypeScript/Ink implementation is preserved under
legacy/for reference.
MIT
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.