Live data from Hacker News

Show HN: macOS menu bar app to track Claude usage in real time

github.com

31–40 of 60 posts

Re: Show HN: macOS menu bar app to track Claude usage in real time

#31
post #30

Earlier quoted context omitted.

Thanks, appreciate it. Honestly, I am only really on X at the moment.

[flagged]

If you honestly think only “leftwingers” don’t like X you’re living in a bubble (ironically probably on X lol).

Plenty of us hated Twitter well before Elon renamed it.

Re: Show HN: macOS menu bar app to track Claude usage in real time

#32

Earlier quoted context omitted.

I used to use Bartender, which worked really well, until the newest version, which had so many issues. Since then, I've just basically put up with it.

The new version has improved a bit since launch, you may want to give it another try.

I had stopped using it since the private equity buyout because it needs pretty serious permissions to do its job…maybe I’ll give it another look.

Re: Show HN: macOS menu bar app to track Claude usage in real time

#36

If I wanted to vibe code my own macOS menu bar apps is this a good starter project to use as a template? Are there any others? Do I just not need one (claude code can do it without a starter template at all)?

No template needed IMO.

I used CC just yesterday to build a native MacOS menu bar app by using plan mode (opus) until there was alignment then to edit mode for the build (I use Zed for the prompting).

CC walked me through the needed Xcode project setup and handled all of the code there after.

I’m sure something more complex would be more challenging but I was happy with a two-shot result for this native menu bar app.

Re: Show HN: macOS menu bar app to track Claude usage in real time

#38
post #24

I tried another alternative yesterday as I found myself hitting that /usage command too often and it didnt work too well but yours worked straight out of the box! Great job! I built another tool that should have really been part of the core Claude Code CLI (which you may or may not find useful): https://github.com/agentic-utils/ccs It lets you search and resume past Claude code conversations from anywhere.

Have you seen aichat[0]?

Doesn't support the "from anywhere" part, but the resume strategies are pretty cool.

[0] https://github.com/pchalasani/claude-code-tools#aichat-sessi...

Re: Show HN: macOS menu bar app to track Claude usage in real time

#40
Just yesterday I was trying to figure out a method to accurately estimate my remaining usage for the five hour sessions for a shell script. It wasn't until I pointed Claude at your repo and had it make something based off of that that I got it to work well.

Thank you!

Post reply on HN