https://github.com/maxbeizer/gh-repo-peek
Quick repo stats at a glance — a GitHub CLI extension
https://github.com/maxbeizer/gh-repo-peek
gh-extension
Last synced: 2 months ago
JSON representation
Quick repo stats at a glance — a GitHub CLI extension
- Host: GitHub
- URL: https://github.com/maxbeizer/gh-repo-peek
- Owner: maxbeizer
- License: mit
- Created: 2026-02-22T02:54:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-21T11:22:43.000Z (3 months ago)
- Last Synced: 2026-03-22T02:19:30.065Z (3 months ago)
- Topics: gh-extension
- Language: Shell
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-repo-peek
Quick repo stats at a glance. A GitHub CLI extension.

## Install
```bash
gh extension install maxbeizer/gh-repo-peek
```
## Usage
```bash
# Peek at any repo
gh repo-peek cli/cli
gh repo-peek charmbracelet/vhs
# Or use in a git repo (auto-detects)
gh repo-peek
```
Shows stars, forks, open issues, languages, license, and recent commits — all in one glance.
## Uninstall
```bash
gh extension remove repo-peek
```