Tomate Gem Version Build Status Dependency Status

A Ruby based Pomodoro timer.

Pomodoro Start Pomodoro Finish

Requirements

  • Ruby ≥ 1.9.2
  • Ability to fork (*nix)
  • libnotify-bin

Installation

$ gem install tomate

Usage

25 minutes timer:

$ tomate

10 seconds timer:

$ tomate -d 10

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