claude-blip
v1.0.5
Published
A minimal statusline for Claude Code
Maintainers
Readme
claude-blip
green when fresh, yellow when warm, red when you're cooked

Install
npx claude-blipRestart Claude Code.
Segments
| Segment | Shows | Style | |---------|-------|-------| | Project | Directory name | dim | | Branch | Current git branch | dim | | Model | opus, sonnet, haiku | dim | | Context | Usage bar + token count | green / yellow / red |
The context bar scales to 80% - roughly where Claude starts compressing history.
Terminal too narrow? Segments drop from the left. Context bar stays.
Uninstall
npx claude-blip --uninstallHow it works
Claude Code pipes session JSON via stdin. This script reads it, formats one line, writes it to stdout. ~140 lines of Node.js.
License
MIT
