ghoul2
38 minutes ago
I just had claude write me a statusline:
https://gist.github.com/abgoyal/bde7af4ba0ba4d19094361667dac...
Shows the 5h and weekly usage %, when it resets, current model, estimated spend in the session, context used, cwd and project.
Save it in .claude/ and then add a snippet to settings.json:
"statusLine": {
"type": "command",
"command": "bash $HOME/.claude/statusline-command.sh"
}