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

claude-iterm2

v0.2.0

Published

iTerm2 visual status indicators and grid layouts for Claude Code

Readme

claude-iterm2

iTerm2 visual status indicators and grid layouts for Claude Code.

Features

  • Tab Colors — Blue (working), yellow (waiting), green (done), red (error)
  • Badge Text — Status shown in tab corner with elapsed time
  • Gradient Animation — Waiting state animates from yellow to orange over time
  • Desktop Notifications — Get notified when tasks complete (clicks focus the right pane)
  • Sound Notifications — Configurable per-state sounds
  • Grid Layouts — Create organized multi-pane layouts in new tabs
  • Auto-Transition — Done state transitions to waiting after configurable delay

Installation

From GitHub Marketplace (recommended)

# Add the marketplace (one-time)
claude plugin marketplace add banyudu/claude-iterm2

# Install the plugin
claude plugin install iterm2@claude-iterm2

From Local Clone

git clone [email protected]:banyudu/claude-iterm2.git
cd claude-iterm2 && npm install

Then add it to your local marketplace or symlink it into ~/.claude/plugins/.

Post-Install

Restart Claude Code to activate. Hooks auto-register and tab colors start working immediately.

Optional: Desktop Notifications

brew install terminal-notifier

Usage

Automatic (via hooks)

Just use Claude Code normally. Tab colors update automatically:

  • Submit a prompt → blue tab
  • Agent asks a question → yellow tab
  • Task completes → green tab + notification
  • Error occurs → red tab

Setup & Configuration

/iterm2:setup           # Interactive feature selection
/iterm2:config          # View or change settings
/iterm2:config set badge false   # Disable badge text

Settings are stored in ~/.config/claude-iterm2/config.json.

Grid Layout

/iterm2:grid 2x2        # 4-pane grid
/iterm2:grid 3x3        # 9-pane grid

Manual Status Control

/iterm2:status working  # Blue tab
/iterm2:status done     # Green tab
/iterm2:status reset    # Reset to default

Settings

| Setting | Type | Default | Description | |---------|------|---------|-------------| | tabColor | bool | true | Tab color changes (blue/yellow/green/red) | | badge | bool | true | Badge text watermark (Working.../Done/etc.) | | bgTint | bool | false | Background color tint | | notification | bool | true | Desktop notifications on completion | | sound | bool | true | Sound notifications | | gradient | bool | true | Gradient animation for waiting state | | doneToWaiting | bool | true | Auto-transition from done to waiting | | gradientDuration | number | 60 | Gradient duration (seconds) | | doneToWaitingDelay | number | 60 | Done-to-waiting delay (seconds) |

Environment variables (e.g., AI_ENABLE_TAB_COLOR=0) override saved settings.

Requirements

  • macOS
  • iTerm2
  • Claude Code
  • Node.js
  • terminal-notifier (optional, for desktop notifications)

License

MIT