2.4.5 ā€¢ Published 5 years ago

pomd v2.4.5

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

šŸ… pomd

package version package downloads standard-readme compliant package license make a pull request Dependency CI Package Quality Travis Build Standard Greenkeeper badge

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
#  Commands:
#
#  help [command...]  Provides help for a given command.
#  exit               Exits application.
#  start [options]    Start a Pomodoro
#  stats              Show statistics from your Pomodoro sessions
šŸ… help start
# Usage: start [options]

# Start a Pomodoro
#
# Options:
#
#   --help                 output usage information
#   -t, --time <time>      Set the time of the Pomodoro. Default is 25:00 minutes.
#   -c, --chill <chill>    Set the time of chill. Default is 5:00 minutes.
#   -r, --repeat <repeat>  Repeat Pomodero x times. Default is 1.
#   -l, --loop             Run Pomodoros forever.

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am 'Add some feature'
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

2.4.5

5 years ago

2.3.4

6 years ago

2.3.3

6 years ago

2.3.1

7 years ago

2.2.1

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago