pomodoro

Simple pomodoro timer

yoshiori

4,283

19

1.2.0

MIT

GitHub

This package consumes the following services:

Pomodoro - Atom package

Pomodoro is an Atom package that is simple timer for Pomodoro Technique.

Pomodoro Technique?

The time management technique. For more information, click here.

Installation

$ apm install pomodoro

Usage

The following commands are available for you to remap and/or run via the command palette.

Set Execute Command

for example

#!/bin/sh
/System/Library/CoreServices/Menu\ Extras/User.menu/Contents/Resources/CGSession -suspend  

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request