TUI for monitoring GitHub checks on your authored pull requests.
- Node.js 20+
- GitHub CLI (
gh) installed and authenticatedgh auth login- account/token with
repoandworkflowaccess
npm i -g ghatuighatuiOutput: dist/gh-actions-tui.js
- Start the app.
- Press
sto enter watched repos. - Type repos separated by comma or spaces:
owner/repohttps://github.com/owner/repo
- Press
enterto save.
Config is saved to:
~/.config/gh-actions-tui/config.json
j/kor arrows: move cursorenter: select highlighted PR and load detailstab: switch focus between overview/detailr: manual refresho: open selected PR in browsers: edit watched repositories inlineqorctrl+c: quit
runningqueuedpendingfailedcancelledpassedskipped
Overview rollup statuses:
-
any in-progress -> in-progress (yellow)
-
else any failed -> failed (red)
-
else -> passed (green)
-
Auth errors: run
gh auth status -
Missing PRs: verify watched repo scope and your authored-open PRs exist
-
Empty checks/runs: verify workflows/checks started on the PR head SHA