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

Install
Run the command below to set it up
npx @unlocker-io/claude-status-lineIt 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:
sudo dnf install jqUninstall
npx @unlocker-io/claude-status-line --uninstallIf you had a previous statusline, it restores it from the backup. Otherwise it removes the script and cleans up your settings.
License
MIT
