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

@zynoo/claude-statusline

v1.6.1

Published

A status line for Claude Code CLI showing model, context usage, rate limits, and more (fork with progress bar styles)

Readme

claude-statusline

Configure your Claude Code statusline to show limits, directory and git info. Fork of @kamranahmedse/claude-statusline with customizable progress bar styles.

preview

Install

bunx @zynoo/claude-statusline

With a custom bar style:

bunx @zynoo/claude-statusline --bar-style diamond

It backups your old status line if any and copies the status line script to ~/.claude/statusline.sh and configures your Claude Code settings.

Requirements

  • jq — for parsing JSON
  • curl — for fetching rate limit data
  • git — for branch info

On macOS:

brew install jq

Configuration

Bar Style

Use the --bar-style flag during install to set the progress bar style:

| Value | Preview | |-------|---------| | diamond (default) | ▰▰▰▱▱▱▱▱▱▱ | | block | ████░░░░░░ | | dot | ●●●○○○○○○○ |

To change the style later, just re-run the install command:

bunx @zynoo/claude-statusline --bar-style block

You can also set it via environment variable in your .zshrc or .bashrc:

export CLAUDE_STATUSLINE_BAR_STYLE=diamond

Color Schemes

Each section uses a distinct color palette for easy visual separation:

| Section | < 50% | 50-70% | 70-90% | > 90% | |---------|-------|--------|--------|-------| | Context window (amber) | Light grey | Amber | Peach | Orange-red | | Current rate (warm) | Green | Orange | Yellow | Red | | Weekly rate (cool) | Teal | Sapphire | Mauve | Pink |

Color palettes inspired by Catppuccin Mocha.

Uninstall

bunx @zynoo/claude-statusline --uninstall

If you had a previous statusline, it restores it from the backup. Otherwise it removes the script and cleans up your settings.

Credits

Based on claude-statusline by Kamran Ahmed. Thanks for the great work!

License

MIT — see LICENSE for details.