@stenyliu/claude-statusline
v1.1.2
Published
A status line for Claude Code CLI showing model, context usage, rate limits, and more
Maintainers
Readme
claude-statusline
Configure your Claude Code statusline to show limits, directory and git info

Install
Run the command below to set it up
npx @stenyliu/claude-statuslineIt 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
- git — for branch info
Note: Rate limit data (5-hour and 7-day windows) is read directly from the native
rate_limitsfield provided by Claude Code v2.1.80+. No OAuth token or extra API calls required.
On macOS:
brew install jqUninstall
npx @kamranahmedse/claude-statusline --uninstallIf you had a previous statusline, it restores it from the backup. Otherwise it removes the script and cleans up your settings.
Credits
Forked from kamranahmedse/claude-statusline.
License
MIT
