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-statusline-config

v2.0.6

Published

Interactive CLI tool to configure Claude Code statusline

Downloads

961

Readme

claude-statusline-config

CI Release npm crates.io

Claude Code 的状态栏太素了?给它整点花活。

English | 日本語 | 한국어 | Español | Português | Русский

statusline preview

一行命令,七种语言,零后悔。

安装

选一个你喜欢的:

npm

npx claude-statusline-config

Homebrew

brew tap LokiQ0713/claude-statusline-config
brew install claude-statusline-config

Cargo

cargo install claude-statusline-config

它干了啥

弹出一个 TUI 向导,你选一选,状态栏就好看了。就这么简单。

1/4 选择段落      → 想看啥
2/4 配置段落      → 想咋看(实时预览,所见即所得)
3/4 排列顺序      → 放哪里
4/4 确认          → 搞定收工

懒得折腾?选「使用默认配置」然后按两下回车。我们不评判。

能配什么

| 段落 | 长啥样 | 干啥的 | 可以调 | |------|--------|--------|--------| | 模型 | 🔥 Opus4.6 | 你正在烧哪个大脑 | 图标(🔥🦊🐢🐰)、颜色 | | 费用 | $0.42 | 你钱包的痛苦指数 | 颜色 | | 5h限额 | ██░░ 25% 1h43m | 限额进度条 + 百分比 + 重置倒计时 | 进度条样式/字符/长度、颜色、刷新间隔 | | 目录 | ~/project | 你在哪 | 颜色、最大长度 | | Git | main* ↑2↓1 | 分支 + 脏状态 + 远程差异 | 子组件、颜色 | | 上下文 | ▓▓▓▓░░░ 60% 600K/1M | 上下文窗口吃了多少 | 进度条样式/字符/长度、颜色 | | 加密货币 | BTC:$73748 | 写代码的时候顺便看看币价,懂的都懂 | 币种(BTC/ETH/BNB/SOL)、颜色、刷新 |

颜色风格

| 风格 | 氛围 | |------|------| | Ultrathink 彩虹 | 每个字符颜色都不一样,还会闪。是的,就是这么骚。 | | Ultrathink 渐变 | 进度条上的平滑彩虹渐变。厨师之吻。 | | 红绿灯 | 绿(≤30%)→ 黄(≤60%)→ 红(>60%)。你的上下文窗口变成了交通灯。 | | Cyan / Green / Blue / Yellow | 稳重之选 | | Magenta / Red / Orange / Pink / Purple / White | 张扬之选 |

多语言

English、中文、日本語、한국어、Español、Português、Русский。

首次运行时选择,状态栏说你的语言。

工作原理

  1. 向导保存配置到 ~/.claude/statusline/config.json
  2. 二进制文件放到 ~/.claude/statusline/bin/
  3. 自动更新 ~/.claude/settings.json
  4. 重启 Claude Code,欣赏你的新状态栏,跟同事炫耀一下

再次运行会读取已有配置作为默认值。不会覆盖你的心血。放心。

前提

  • Claude Code 已安装(~/.claude/ 存在)
  • Node.js ≥ 18(仅 npx 安装时需要,运行时不需要)

贡献

发现 bug?想要新功能?提 Issue。PR 欢迎。

许可

MIT