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

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

Awesome Lists containing this project

README

          

# gh-repo-peek

Quick repo stats at a glance. A GitHub CLI extension.

![demo](demo.gif)

## 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
```