1.0.5 • Published 8 years ago

pommy v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

pommy

pomodoro timer

alt text

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"

credits