Simple pomodoro timer with libnotify notifications
$: git clone https://github.com/stigok/pomodoro-timer
$: cd pomodoro-timer
$: npm i -g .
Not published to official npm repo because another project already exists as pomodoro-timer
(which may be worth checking out as well).
# Runs in background
$: pomodoro [minutes]
# Blocking version
$: pomodoro-timer [minutes]
Default timer set to 25 minutes
Tested on Arch Linux with libnotify
and notify-osd
. Maybe it works on macOS too?
If you want to contribute; contribute! <3