npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

gh-manager-cli

v1.52.5

Published

TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com

Downloads

545

Readme

gh-manager-cli

npm version GitHub release License: MIT Node.js Version GitHub Stars GitHub Sponsors Context Engineered with Claude Opus 4.1 Context Engineered with Codex GPT-5

Interactive terminal app to browse and manage your GitHub repositories. Built with Ink (React for CLIs) and the GitHub GraphQL API.

🌐 Website: gh-manager-cli.dev · 📦 npm: gh-manager-cli · 📜 Changelog: CHANGELOG.md

🧹 Clean Up Your GitHub Account in Minutes

Stop clicking through GitHub's slow web interface. Managing dozens of repos on github.com means endless page loads, multiple clicks per action, and no keyboard shortcuts. gh-manager-cli replaces all of that with fast, keyboard-first terminal commands:

  • Whole account loaded in the background — browse, filter, and fuzzy-search everything instantly
  • Single keypress for any action — archive, delete, rename, transfer, change visibility, sync forks
  • Bulk operations — act on many repos at once
  • Instant updates — no page reloads

Quick Start

# Run with npx (no install)
npx gh-manager-cli@latest

On first run, you'll be prompted to authenticate with GitHub (OAuth recommended). See Token & Security.

Documentation

Full docs live in the wiki:

| Getting Started | Features & Usage | Development | |-----------------|------------------|-------------| | 📥 Installation | 🔍 Features | 🛠️ Development | | 🔑 Token & Security | ⌨️ Usage & Controls | 🧪 Testing | | ❓ Troubleshooting | 🗄️ Apollo Cache · 📝 Logging | 📜 Changelog |

Screenshots

Highlights

  • Authentication — GitHub OAuth (recommended) or Personal Access Token, stored with 0600 perms
  • Background fetch-all — your entire account cached after the first page, so filter/sort/search are instant
  • Fuzzy search (/) — instant, typo-tolerant, no network calls (powered by fuse.js)
  • View filters (V) — visibility, archive, and fork filters in one modal
  • Repository actions — info, open, rename, transfer, copy URL, delete, archive, change visibility, star, sync fork
  • Bulk Select mode (B) — star, archive, change visibility, delete, and transfer many repos at once
  • Organisation & Enterprise support — switch contexts (W), Internal visibility, ENT badge
  • Fork ahead/behind tracking, colour themes (Shift+T), display density (T), and rate-limit monitoring

See the Features and Usage & Controls pages for the full list and every keybinding.

Installation

# Homebrew (macOS/Linux)
brew tap wiiiimm/tap && brew install gh-manager-cli

# npm global install
npm install -g gh-manager-cli@latest

Pre-built binaries (no Node.js required) and build-from-source instructions are on the Installation page.

Contributing & Feature Requests

Got an idea or hit a bug? Open an issue — feature requests and bug reports are very welcome.

Support & Sponsorship

If you find gh-manager-cli useful, consider supporting its development:

💖 GitHub Sponsors — support directly through GitHub ☕ Buy Me a Coffee — one-time coffee donations

Your support helps maintain and improve this project. Thank you! 🙏

License

MIT