Your extensions, in depth. An interactive browser for your installed gh extensions — with health indicators, update checks, extension management, and discovery.
gh extension install maxbeizer/gh-extsgh exts # launch interactive extension browser
gh exts <name> # jump directly to the detail view for <name>
gh exts --outdated # show only extensions with available updates
gh exts --browse # browse and install new extensions from GitHub
gh exts --export # export install script to stdout
gh exts --export-json # export extensions as JSON
gh exts -h # show help
gh exts -v # show versionPass a name to fuzzy-match against installed extensions. If exactly one matches, its README opens immediately. If multiple match, the picker opens pre-filtered.
gh exts contrib # jumps straight to gh-contrib's READMEShow only extensions that have newer versions available on GitHub:
gh exts --outdatedDiscover popular gh extensions from GitHub and install them interactively:
gh exts --browsePress i on any extension to install it.
Back up your extension list for easy reinstall on another machine:
gh exts --export > install-exts.sh # shell script
gh exts --export-json > exts.json # JSON manifest| Key | Action |
|---|---|
Enter |
View README (with repo metadata header) |
c |
View changelog (in detail view) |
s |
Security audit (in detail view) |
u |
Update selected extension |
U |
Update all extensions |
x |
Remove selected extension (confirm) |
I |
Install official version of local ext |
p |
Prune all archived extensions |
/ |
Search / filter by name |
Esc |
Go back |
q |
Quit |
| Key | Action |
|---|---|
Enter |
View README |
i |
Install selected extension |
/ |
Search / filter |
Esc |
Go back |
q |
Quit |
- Health indicators — each extension shows ★ stars and archived status
- Update checks — shows
↑v1.1when a newer release is available - Repo metadata — detail view header shows description, stars, language, license, last updated
- Changelog — press
cto see releases newer than your installed version - Security audit — press
sto scan extension source for security-relevant patterns (network, exec, credentials). Uses Copilot for analysis if available - Manage — update (
u), update all (U), or remove (x) extensions without leaving the TUI - Browse — discover and install popular extensions from GitHub
- Direct jump —
gh exts <name>for instant README access - Export — back up your extension list as a shell script or JSON
gh extension remove extsMIT
