Project

timer.rb

0.0
No commit activity in last 3 years
No release in over 3 years
Use: $ timer [duration] As in: $ timer 2h $ timer 2m $ timer 2h 3m $ timer 0.5h
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

timer.rb

timer.rb is a simple command line timer written in Ruby. It uses OS X voice commands to let you know when it's hammer time!

Requirements

  • Ruby

Installation

You can install from Rubygems

$ gem install timer.rb

Or you can download the source and build it manually:

$ git clone https://febuiles@github.com/febuiles/timer.rb.git
$ cd timer.rb
$ gem build timer.rb.gemspec
$ gem install timer.rb --local

Usage

$ timer [duration]

As in:

$ timer 2h
$ timer 2m
$ timer 2s
$ timer 2h 3m
$ timer 0.5h

Bugs/Contact

Got a problem? Create an issue in the Github Tracker.

Author

Federico Builes - federico@mheroin.com - @febuiles