Replies: 1 comment
-
|
you can find the script at https://github.com/fxerkan/headroom-stats |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I built a terminal-based savings dashboard for Headroom called headroom-stats and would love to see something like this included natively in the project. It gives users a real-time, at-a-glance view of exactly how much Headroom is saving them — which I think is a compelling way to demonstrate value and keep users engaged.
What it shows
claude-sonnet-4-6) with before/after token countsScreenshot
Example Implementation
Here is a simplified version of the core rendering logic (Python + Rich):
This can be invoked as:
Why Built-in?
I am happy to open a PR implementing this if the idea sounds good. The Rich library is a well-maintained dependency (or it could be done with pure terminal ANSI codes to avoid adding deps).
Let me know what you think!
Beta Was this translation helpful? Give feedback.
All reactions