Last active
July 21, 2026 18:58
-
-
Save vongillern/8f10bc1d28bf330d05d706cb6674c414 to your computer and use it in GitHub Desktop.
statusline.sh
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
| Update my status line in claude to look roughly like this: | |
| π some-repo (main) β2 π3 ποΈ0 | π§ 45.0k (23%) | π 18% (142m) | π 31% (Tue) | π° $1.24 | π€ Opus 4.8 | |
| Notes: | |
| π Directory & git status β The current folder's name. If it's a git repo, it also shows the branch in parentheses, followed by counts of your uncommitted changes: β files added/untracked, π files modified, ποΈ files deleted (a file counts toward a type if either the staged or unstaged column shows it). If it isn't a git repo, it just says (not repo). | |
| π§ Context window β How much of the model's context you've used: the token count (e.g. 45.0k) and the percentage full. The readout turns yellow past 100k tokens and red past 150k, and a β οΈ warning prepends it once you cross the 200k-token mark. | |
| π 5-hour quota β Your usage of the rolling 5-hour rate limit as a percentage, plus how many minutes (Nm) until that window resets. | |
| π Weekly quota β Your usage of the 7-day rate limit as a percentage, plus the three-letter day of the week (e.g. Mon) when it resets. | |
| π° Cost β The total dollar cost of the current session. | |
| π€ Model β The display name of the model you're currently using. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment