pomodoro-beep
v1.1.2
Published
Node.js tool to provide pomodoro-like timer with beep sound playback that helps controlling AI coding agent reporting frequency.
Downloads
84
Maintainers
Readme
How to Use
npx pomodoro-beep --at 10 # set timer at the next 10 minutes mark.npx pomodoro-beep --for 10 # set timer after 10 minutes.Play beep sound at 30 minutes mark every hour.
npx pomodoro-beep --at 30 --beep 'myBeep.mp3'How to prevent AI agent annoying you by frequent reports. Of course just ignore pull requests from AI is another solution.
:LOOP
:: your coding agent cli command
my-coding-agent --prompt "solve GitHub open issues."
:: report every hour, not frequent.
npx pomodoro-beep --at 30 --beep "myBeep.mp3"
goto :LOOPTODO
- Support direct playback of
httpsresource. - Message text internationalization.
License
MIT License.
