🍅 pomd

Just a good old cli based Pomodoro timer with native notifactions
Table of Contents
Install
$ npm install -g pomd
Or
$ yarn global add pomd
You can then run pomd from the terminal 🎉
Usage
To use, run pomd:
$ pomd
🍅
You can then type help to get all the options.
🍅 help
🍅 help start
You can then start Pomodoros of 20 minutes with 3 minutes break, repeated 6 times:
🍅 start --time 20:00 --chill 03:00 --repeat 6
The time can also be specified in a shorthand format:
🍅 start -t 20m -c 3m -r 6
Pomodero can run infinitely:
🍅 start -t 20m -c 3m --loop
You can also enter multiple time and chill parameters (e.g. Work 50 minutes, chill 10 minutes, work 50 minutes, chill 25 minutes, forever):
🍅 start -t 50m -c 10m -t 50m -c 25 -l
Contribute
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request
License
MIT