A panel indicator that lists your open pull requests and PRs pending your review. Data is fetched every time you open the menu and cached for instant display on subsequent opens.
Supports pt-BR and en-US automatically based on your system language.
- GitHub CLI (gh) installed and authenticated (
gh auth login) - GNOME Shell 45+
git clone https://github.com/VitorPiovezan/gnome-extension-gh-prs.git
cp -r gnome-extension-gh-prs ~/.local/share/gnome-shell/extensions/gh-pr-indicator@local
gnome-extensions enable gh-pr-indicator@localRestart the Shell (Alt+F2, type r) if the extension doesn't show up.
Optional: create a config.json in the extension folder to change the gh binary path:
{"gh-path": "/usr/bin/gh"}Run which gh to find the path on your system.
Click the branch icon in the top bar. The menu shows:
- Opened by me: PRs you authored (open state)
- Pending review: PRs where your review was requested
The first time you open the menu it fetches fresh data. On subsequent opens it shows the cached list instantly and refreshes in the background. Click any item to open the PR in your browser.