๐ Claudoro A Pomodoro timer that lives inside the Claude Code terminal. A live, ticking countdown in the status line (right where your eyes already are), plus a reliable alarm that fires even when the status line is hidden or every session is closed. ๐ Read the story behind Claudoro: why a Pomodoro timer belongs in your Claude Code status line. ๐ 22:47 โโโโโโโโโโโโ โโโโ Opus ยท 34% ยท main
claudoro-demo.mp4
No separate app. No alt-tab. No broken focus. The countdown is in the one place you're already looking, and it keeps ticking while you and Claude work.
Why
Long Claude Code sessions blur time. Every existing Pomodoro tool (menu-bar app, browser tab, phone) sits outside the terminal and competes for the attention you're trying to protect. Claudoro renders in the status line, the unused always-visible surface you already watch, so the timer costs you no extra glance and no context switch.
Install
Prerequisite: Node โฅ 22 (already present if you installed Claude Code via npm).
From npm:
npm install -g claudoro pomo setup
From source (development / pre-release):
... continue reading