This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Claude Code statusline script | |
| # Layout matching reference screenshot: | |
| # Row 1: <cwd-basename> ⎇ <branch> (+adds,-dels) | |
| # Row 2: Model: <name> Thinking: <style> v<version> | |
| # Row 3: Context: [████░░░] used/total (pct%) Cached: X Cost: $X | |
| # Row 4: Limits: (subscription) 5h [bar] used/total (pct%) 7d [bar] ... | |
| # OR (API key): API: session tokens in=X, out=X | |
| # Row 5: Session: <name> Session ID: <uuid> |