{"id":50445209,"url":"https://github.com/joeyism/gh-pr-status","last_synced_at":"2026-05-31T21:02:01.241Z","repository":{"id":353460048,"uuid":"1187693666","full_name":"joeyism/gh-pr-status","owner":"joeyism","description":"Displays CI status, review decisions, merge readiness, and comment/thread counts in a single view","archived":false,"fork":false,"pushed_at":"2026-04-24T00:53:40.000Z","size":7042,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-24T02:31:35.805Z","etag":null,"topics":["cli","gh","pr","pull","requests","status","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeyism.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-21T03:10:00.000Z","updated_at":"2026-04-24T00:53:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/joeyism/gh-pr-status","commit_stats":null,"previous_names":["joeyism/gh-pr-status"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/joeyism/gh-pr-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fgh-pr-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fgh-pr-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fgh-pr-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fgh-pr-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeyism","download_url":"https://codeload.github.com/joeyism/gh-pr-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeyism%2Fgh-pr-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33748607,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","gh","pr","pull","requests","status","tui"],"created_at":"2026-05-31T21:02:00.052Z","updated_at":"2026-05-31T21:02:01.235Z","avatar_url":"https://github.com/joeyism.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-pr-status\n\nA `gh` extension that shows a live terminal dashboard of your open pull requests across GitHub organizations.\n\nDisplays CI status, review decisions, merge readiness, and comment/thread counts in a single view. Polls GitHub automatically and highlights PRs that change state.\n\n## Installation\n\n```bash\ngh extension install joeyism/gh-pr-status\n```\n\n## Usage\n\n```bash\ngh pr-status\n```\n\nBy default it shows all open PRs authored by you. To scope results to specific organizations, create a config file (see Configuration).\n\n### Flags\n\n| Flag | Description |\n|---|---|\n| `--config \u003cpath\u003e` | Path to config file (default: `~/.config/gh-prs/config.yaml`) |\n\n### Keybindings\n\n| Key | Action |\n|---|---|\n| `j` / `k` or arrow keys | Move cursor up/down |\n| `tab` | Expand/collapse check runs for selected PR |\n| `o` | Open selected PR in browser |\n| `r` | Force refresh |\n| `c` | Post `@cursor review` comment on selected PR |\n| `q` / `ctrl+c` | Quit |\n\n## Configuration\n\nCreate `~/.config/gh-prs/config.yaml`:\n\n```yaml\norgs:\n  - mycompany\n  - other-org\npoll_interval: \"30s\"\n```\n\n| Field | Description | Default |\n|---|---|---|\n| `orgs` | GitHub organizations to include in the PR search | none |\n| `poll_interval` | How often to refresh (minimum `5s`) | `30s` |\n\n## Authentication\n\nThe extension uses your existing `gh` credentials. Run `gh auth login` if you have not already authenticated. You can also set `GITHUB_TOKEN` or `GH_TOKEN` as an environment variable to override.\n\n## Requirements\n\n- `gh` CLI installed and authenticated\n- Go 1.21 or later (only needed if building from source)\n\n## Building from source\n\n```bash\ngit clone https://github.com/joeyism/gh-pr-status\ncd gh-pr-status\ngo build -o gh-pr-status .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeyism%2Fgh-pr-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeyism%2Fgh-pr-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeyism%2Fgh-pr-status/lists"}