You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Code statusline: user@host:di...Claude Code statusline: user@host:dir, worktree/branch, model·effort, live ctx tokens (color-coded), session cost & duration. Pure bash, no API calls. Needs jq.
1
# Claude Code status line
2
3
A custom status line for [Claude Code](https://docs.claude.com/en/docs/claude-code) — the bar shown at the bottom of the terminal. It packs the context you actually want at a glance into one line: where you are, what model you're on, how full the context window is, and what the session has cost.
4
5
Everything is computed locally from the JSON Claude Code pipes in, plus `git` and the transcript file. **No API calls, no token spend.**