pommy

pomodoro timer

Usage no npm install needed!

<script type="module">
  import pommy from 'https://cdn.skypack.dev/pommy';
</script>

README

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