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
| #!/bin/bash | |
| # ============================================================================== | |
| # Claude Code Status Line | |
| # ============================================================================== | |
| # This script creates a rich status line for Claude Code showing: | |
| # - Current model being used | |
| # - Mode (if in plan/edit mode) | |
| # - Context window usage percentage | |
| # - API usage limits (5-hour and 7-day windows) with time until reset | |
| # - Current git branch |