| Crates.io | claude-code-status-line |
| lib.rs | claude-code-status-line |
| version | 1.2.8 |
| created_at | 2025-12-30 14:50:20.546904+00 |
| updated_at | 2026-01-14 09:26:08.793177+00 |
| description | A configurable status line for Claude Code with powerline arrows, context tracking, and quota monitoring |
| homepage | |
| repository | https://github.com/ndave92/claude-code-status-line |
| max_upload_size | |
| id | 2012759 |
| size | 250,963 |
A beautiful, configurable status line for Claude Code that displays workspace info, git status, model name, context usage, quota limits with timers, and optional API costs.
🌐 Visit the official site for easy installation
Install the automated installer with one command:
macOS / Linux:
mkdir -p ~/.claude/commands && curl -o ~/.claude/commands/install-statusline.md https://raw.githubusercontent.com/ndave92/claude-code-status-line/master/.claude/commands/install-statusline.md
Windows (PowerShell):
New-Item -Path "$env:USERPROFILE\.claude\commands" -ItemType Directory -Force; Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ndave92/claude-code-status-line/master/.claude/commands/install-statusline.md" -OutFile "$env:USERPROFILE\.claude\commands\install-statusline.md"
Then restart Claude Code and run:
/install-statusline
Complete documentation is available in the GitHub Wiki:
Customize settings:
/customize-statusline
Update to latest version:
/update-statusline
Uninstall completely:
/uninstall-statusline
Check version:
claude-code-status-line --version
Configuration files:
~/.claude/statusline/settings.json - Feature toggles and settings~/.claude/statusline/colors.json - Color customizationSee Known Issues for details and workarounds.
Contributions are welcome! Please see the Development Guide in the wiki.
MIT License - see LICENSE file for details.
Made with ❤️ for the Claude Code community