pommy
v1.0.5
Published
pomodoro timer
Downloads
8
Maintainers
Readme
pommy
pomodoro timer
install
$ npm install -g pommy
use
$ pommy # 25-minute task
$ pommy -b # 5-minute break
$ pommy -B # 15-minute break
$ pommy -T 7.5 # timer for 7 minutes, 30 seconds
$ pommy -m # use 24-hour clock
$ pommy -c "💁 " # in case you don't like airplanes...
beyond
chaining
$ pommy -t && pommy -b # automatically start break
notifications
osx
$ sudo gem install terminal-notifier
$ pommy && terminal-notifier -message "task finished" -title "pommy"
ubuntu
$ pommy && notify-send "pommy task finished"