Chrome/Firefox extension
Git Look Around
Lightning-fast command palette for GitHub repos, PRs, and issues.
v0.3.2
A Chrome/Firefox extension that adds a command palette to GitHub so you can jump to repos, pull requests, and issues without losing your flow. It syncs your GitHub data in the background, shows rate-limit awareness, and stays out of the way until you hit the shortcut.
What it does
- Toggle the overlay with
Cmd+Shift+K(macOS) orCtrl+Shift+K(Linux/Windows) from any GitHub page. - Fuzzy search across repos, PRs, and issues with a single input and ghost-text suggestions for the top hit.
- Filter to just your contributions or items you have visited; per-repo badges show PR/issue counts at a glance.
- Popup panel shows sync status, rate limits, and lets you reload or jump to options.
Demo

×
![Full size screenshot]()
Click images to view full size. Demo GIF coming soon.
Why this palette?
- GitHub’s feature-preview Command Palette is heavier and broader; Git Look Around stays lightweight and focused on fast search + navigation.
- Everything is reactive: as soon as sync finishes, repo/PR/issue results update without reloading GitHub.
- Quick hop back to recent places (visited filter), inspired by the fast-switcher experience in modern IDEs.
Download & Links
- Chrome Web Store: Install Git Look Around (v0.3.2)
- Firefox Add-ons: work in progress (built with WXT, packaging TBD).
- Source & updates: https://github.com/amberpixels/git-look-around
- Keyboard shortcuts:
chrome://extensions/shortcutslets you remap the toggle command if you prefer a different combo. - Questions or support? Open an issue on GitHub.
Coming soon
- Firefox build: tested, release packaging in progress.
- VIM mode: modal hotkeys for faster keyboard-only navigation.
Under the hood
- Built with Vue 3 + WXT; background workers index your GitHub repos, pull requests, and issues for fast local filtering.
- Content script mounts the command palette UI directly on GitHub; the popup detects the current repo and lets you force a sync if needed.
- Icons and branding come from the extension bundle; keep assets under
/git-look-around/when updating this page.