Custom status line for Claude Code CLI.
Shows directory, git branch, context window usage with progress bar, model name, session cost, and API usage limits — all in a compact colored format.
- macOS
- Claude Code with OAuth token (for API usage display)
brew install jq
git clone https://github.com/konser80/cc-statusline.git
cd cc-statusline
./deploy.shThis creates symlinks in ~/.claude/ pointing to the repo, so any future git pull updates take effect immediately.
Then add to your Claude Code settings (~/.claude/settings.json):
{
"statusLine": "~/.claude/statusline.sh"
}cd cc-statusline
git pull