pommy

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i pommy

Weekly Downloads

0

Version

1.0.5

License

ISC

Last publish

Collaborators

  • surprisetalk