gh extension install meiji163/gh-notify
Start Here
Use the table as a quick chooser. The goal is not to replace every notification setting; it is to pick the first terminal workflow that reduces the noise in front of you.
Starter Pack
Inspect the workflow-specific install bundle, then install only the extensions that match your workflow. Do not pipe install bundles directly into a shell.
curl -fsSL https://sjh9714.github.io/gh-extension-atlas/install/starter-packs/daily-maintainer-triage.txt
gh extension install dlvhdr/gh-dash
gh extension install agynio/gh-pr-review
gh extension install meiji163/gh-notify
| If you need to... | Start with | Why | Status | Install |
|---|---|---|---|---|
| See GitHub notifications without opening the browser | notify Display GitHub notifications in the terminal. |
The simplest first stop when visibility is the main problem. | active | gh extension install meiji163/gh-notify |
| Filter or process notifications with rules | not Manage GitHub notifications with rules. |
Better when your notification workflow needs filtering instead of display only. | active | gh extension install nobe4/gh-not |
| Remove phantom notifications | gonest Remove phantom notifications from inaccessible repositories. |
Focused on stuck notifications from deleted or inaccessible repositories. | active | gh extension install emmanuel-ferdman/gh-gonest |
| Work unread issues and PRs from notifications | triage Manage issues and pull requests through unread notifications. |
Useful when notifications are the input to issue and PR triage. | active | gh extension install k1LoW/gh-triage |
| Fold notifications into maintainer triage | dash A rich terminal dashboard for pull requests, issues, and notifications. |
Best when notifications belong beside PR and issue queues in a TUI. | active | gh extension install dlvhdr/gh-dash |
First Picks
gh extension install nobe4/gh-not
gh extension install emmanuel-ferdman/gh-gonest
Triage Fit
Use a notification-only tool when visibility is enough. Use a broader dashboard when notifications are just one part of a daily PR and issue review queue.
gh extension install dlvhdr/gh-dash
gh extension install k1LoW/gh-triage
gh extension install agynio/gh-pr-review
Freshness Notes
The atlas is a reviewed snapshot, not a live ranking. Recheck upstream repositories before adopting a notification tool, especially when the extension can mark items read, process unread queues, or request notification-related scopes.