Show HN: Live Claude Usage HUD for a $38 Thermalright Trofeo Vision LCD (github.com) 13 points by christensen143 28d ago ↗ HN
[–] amelius 28d ago ↗ It's so sad that this is necessary. Why can't Anthropic get the UX of metering right?
[–] ghoul2 28d 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" }
3 comments of 6
[ 2.5 ms ] story [ 7.3 ms ] threadhttps://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: