Claude Code Status Line
May 22, 2026 · View on GitHub
Model (effort) | ○○○○○○○○○○ 20k/1m Context Window (2% used) | 5hour-Limit 1% used (ends on 05:50 AM) · Weekly-Limit 2% used (ends on May 28, 04:00 PM)
Comparision with usage
Installation
-
Create the scripts directory (if it doesn't exist):
mkdir -p ~/.claude/scripts -
Copy the script:
curl -o ~/.claude/scripts/status-line.sh https://raw.githubusercontent.com/shanraisshan/claude-code-status-line/main/status-line.shOr manually copy
status-line.shto~/.claude/scripts/ -
Make it executable:
chmod +x ~/.claude/scripts/status-line.sh -
Configure Claude Code by adding to
~/.claude/settings.json:{ "statusLine": { "type": "command", "command": "~/.claude/scripts/status-line.sh" } } -
Restart Claude Code to see the new status line.
Other Repos
|
Claude Code Best Practice |
Claude Code Hooks |
Codex CLI Best Practice |
Codex CLI Hooks |
Gemini CLI Best Practice |
Gemini CLI Hooks |