git-switchboard pr
Browse your open PRs, checkout and open in editor
Browse your open PRs, checkout and open in editor
git-switchboard pr
Options
| Flag | Description |
|---|---|
--search-root <value...> | Directories to scan for git repos (default: ["/home/runner/repos"]) |
--search-depth <n> | Max directory depth when scanning for repos (default: 3) |
--editor <value> | Editor command to open the repo (e.g. code, nvim, zed) |
--github-token <value> | GitHub token (falls back to GH_TOKEN / GITHUB_TOKEN) |
--repo <value> | Show all PRs for a specific repo (owner/name) instead of user PRs |
PR Dashboard keyboard shortcuts
| Key | Action |
|---|---|
j/k or Up/Down | Navigate |
Enter | Select PR (clone, checkout, open in editor) |
c | Fetch/refresh CI status |
r | Retry failed checks |
Ctrl+R | Refresh all PRs |
s | Open sort modal |
C | Configure columns |
f | Open filter modal |
p | Provider status |
/ | Search |
~ | Debug event bus |
q or Esc | Quit |
PR Detail View keyboard shortcuts
| Key | Action |
|---|---|
j/k or Up/Down | Navigate |
Enter | Open in editor |
c | Copy check logs |
Ctrl+R | Refresh CI |
r | Retry failed checks |
w | Toggle watch mode |
p | Provider status |
~ | Debug event bus |
Left, Backspace or Esc | Back to list |
q | Quit |
All docs
StatusREAD