July 2, 2026
Pomodoro wars in the terminal
Show HN: Claudoro, Pomodoro timer embedded in the Claude Code statusline
Coders are obsessed with this tiny tomato timer — and the comments got weird fast
TLDR: Claudoro puts a Pomodoro focus timer directly into the Claude Code status bar so people can track work without leaving the screen they’re already using. Commenters immediately turned it into a mini-drama of alternatives, copycat projects, AI jokes, and surprisingly heartfelt support.
A new little tool called Claudoro is trying to save distracted coders one tomato at a time. Its big gimmick? Instead of living in a separate app, browser tab, or phone alarm, the countdown sits directly inside the Claude Code status bar — basically the strip of info people are already staring at for hours. Fans in the community loved that “no extra glance” promise, calling it a clever way to keep focus without adding yet another attention-hungry gadget to the pile.
But, of course, Hacker News couldn’t just say “nice job” and move on. The comments instantly turned into a show-and-tell arms race. One person chimed in with a tmux Pomodoro alternative, another popped up with their own Raspberry Pi version, and someone else slid in to remind Windows users that psmux exists. Classic tech-community energy: one new app appears, and suddenly everybody’s in the replies going, “cool, but here’s my setup.”
The funniest hot take came from a commenter who admitted the title made them think this was a timer for the AI itself — you know, to stop it from spiraling into endless thinking loops. Honestly? That joke may be more relatable than anyone wants to admit. And in a surprising emotional turn, one commenter connected with the creator’s recovery story after a serious accident, saying Claude Code had helped them through their own painful healing process. So yes, this is a story about a tomato timer — but the comments turned it into a mix of productivity flexing, tool tribalism, AI jokes, and unexpected support.
Key Points
- •Claudoro is a Pomodoro timer designed to run inside the Claude Code status line with a live countdown and persistent alarm behavior.
- •The tool is positioned as a way to reduce context switching by avoiding separate timer apps, browser tabs, or phone timers during long Claude Code sessions.
- •Installation requires Node 22 or later and supports both npm-based installation and source-based setup using GitHub, npm install, and npm link.
- •`pomo setup` integrates the tool into Claude Code by writing the `/pomo` command, updating `settings.json` with backup protection, and tracking changes in a manifest for clean uninstall.
- •The article details multiple timer controls, three status-line display modes, and default Pomodoro durations of 25-minute work blocks, 5-minute short breaks, 15-minute long breaks, and a long break every 4 focus blocks.