An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/gh-fleet

@maxbeizer's gh CLI extensions in one place
https://github.com/maxbeizer/gh-fleet

gh-extension

Last synced: 2 months ago
JSON representation

@maxbeizer's gh CLI extensions in one place

Awesome Lists containing this project

README

          

# gh-fleet

Command center for [maxbeizer](https://github.com/maxbeizer)'s `gh` CLI extensions.

## Install

```bash
gh extension install maxbeizer/gh-fleet
```

## Usage

```bash
gh fleet # show help
gh fleet catalog # regenerate this README with extension catalog
gh fleet drift # detect configuration drift across repos
gh fleet sync # push canonical files to out-of-sync repos
gh fleet status # quick health matrix across all extension repos
```

## How it works

`gh-fleet` uses a `fleet.toml` config to auto-discover all `gh-*` repos and a `canon/` directory of golden-standard files. It can detect drift (Go versions, missing CI, missing goreleaser) and sync canonical files across all repos via PRs.

## Extensions

| Extension | Description | Language | Install |
|-----------|-------------|----------|---------|
| [gh-agent-viz](https://github.com/maxbeizer/gh-agent-viz) | a gh CLI extension to see what your agents are up to | Go | `gh ext install maxbeizer/gh-agent-viz` |
| [gh-art](https://github.com/maxbeizer/gh-art) | Famous art in your terminal | Go | `gh ext install maxbeizer/gh-art` |
| [gh-contrib](https://github.com/maxbeizer/gh-contrib) | A CLI extension for understanding your contributions on G... | Go | `gh ext install maxbeizer/gh-contrib` |
| [gh-extension-template](https://github.com/maxbeizer/gh-extension-template) | Template repo for Go-based gh CLI extensions | Makefile | `gh ext install maxbeizer/gh-extension-template` |
| [gh-exts](https://github.com/maxbeizer/gh-exts) | Your extensions, extended | Go | `gh ext install maxbeizer/gh-exts` |
| [gh-fishbowl](https://github.com/maxbeizer/gh-fishbowl) | A screen saver that goes bloop 🫧 | Go | `gh ext install maxbeizer/gh-fishbowl` |
| [gh-fleet](https://github.com/maxbeizer/gh-fleet) | @maxbeizer's gh CLI extensions in one place | Go | `gh ext install maxbeizer/gh-fleet` |
| [gh-games](https://github.com/maxbeizer/gh-games) | 🎮 Terminal games as a GitHub CLI extension | Go | `gh ext install maxbeizer/gh-games` |
| [gh-ghostty](https://github.com/maxbeizer/gh-ghostty) | Change your ghostty theme via the gh cli | Go | `gh ext install maxbeizer/gh-ghostty` |
| [gh-hearth](https://github.com/maxbeizer/gh-hearth) | 🔥 A roaring fire for your terminal — a GitHub CLI ex... | Go | `gh ext install maxbeizer/gh-hearth` |
| [gh-helm](https://github.com/maxbeizer/gh-helm) | | Go | `gh ext install maxbeizer/gh-helm` |
| [gh-onion](https://github.com/maxbeizer/gh-onion) | America's finest news source in your terminal | Go | `gh ext install maxbeizer/gh-onion` |
| [gh-oss](https://github.com/maxbeizer/gh-oss) | Find open source issues to work on — right from your te... | Go | `gh ext install maxbeizer/gh-oss` |
| [gh-pagerduty](https://github.com/maxbeizer/gh-pagerduty) | GitHub CLI extension for PagerDuty — check on-call stat... | Go | `gh ext install maxbeizer/gh-pagerduty` |
| [gh-planning](https://github.com/maxbeizer/gh-planning) | Planning with projects and issues in the CLI | Go | `gh ext install maxbeizer/gh-planning` |
| [gh-rdm](https://github.com/maxbeizer/gh-rdm) | Remote Development Manager - gh CLI extension for clipboa... | Go | `gh ext install maxbeizer/gh-rdm` |
| [gh-rendered](https://github.com/maxbeizer/gh-rendered) | Making Markdown PRs easier to read | Go | `gh ext install maxbeizer/gh-rendered` |
| [gh-repo-peek](https://github.com/maxbeizer/gh-repo-peek) | Quick repo stats at a glance — a GitHub CLI extension | Shell | `gh ext install maxbeizer/gh-repo-peek` |
| [gh-slim-vtt](https://github.com/maxbeizer/gh-slim-vtt) | A tiny GH CLI extension for slimming down vtt files | Go | `gh ext install maxbeizer/gh-slim-vtt` |
| [gh-sportsball](https://github.com/maxbeizer/gh-sportsball) | Watch live games in your terminal. Scores, play-by-play, ... | Go | `gh ext install maxbeizer/gh-sportsball` |
| [gh-spotify](https://github.com/maxbeizer/gh-spotify) | Spotify in your terminal | Go | `gh ext install maxbeizer/gh-spotify` |
| [gh-wut](https://github.com/maxbeizer/gh-wut) | What do I need to know right now? — a GitHub CLI extension | Go | `gh ext install maxbeizer/gh-wut` |
| [gh-yt2md](https://github.com/maxbeizer/gh-yt2md) | YouTube to Markdown - gh CLI extension | Go | `gh ext install maxbeizer/gh-yt2md` |

---

*Catalog generated by [gh-fleet](https://github.com/maxbeizer/gh-fleet) on 2026-03-30.*