0.0
No commit activity in last 3 years
No release in over 3 years
A concentrated version of the Pomodoro technique written in Ruby just for you (and me) to use on an OSX based terminal
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

TomatoPaste

A simple command line Pomodoro tracker for OSX.

Tomato Paste Banner

Tomato Paste is a very basic Pomodoro timer and it's pretty much a literal implementation of the technique's "Underlying principles" as described on Wikipedia.

Tomato Paste's Pomodoro cycle is as follows:

  • Prompts you to title the task you plan to complete
  • Start a timer for 25 minutes
  • Once the main timer is done a visual and audio notification fires
  • A short-break timer is started for 5 minutes
  • Notifications fire once the break is over
  • You're asked if you wish to do another Pomodoro
  • After 4 Pomodori have been completed, a 20 minute break is enforced
  • Repeat!

Installation

Easy!

$ gem install tomato_paste

Usage

After installing the gem just run tomatopaste from a terminal.

Contributing

I wrote this gem for fun and I would love any constructive feedback!

  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