GithubHelp home page GithubHelp logo

visheshd / pomd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tiaanduplessis/pomd

0.0 1.0 0.0 1.42 MB

๐Ÿ… A good old cli based Pomodoro timer with native notifications

License: MIT License

JavaScript 100.00%

pomd's Introduction

๐Ÿ… 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

demo

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

pomd's People

Contributors

tiaanduplessis avatar greenkeeper[bot] avatar herlifeinpixels avatar renovate-bot avatar snyk-bot avatar alexdrans avatar faelisrex avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.