Socket
Book a DemoInstallSign in
Socket

timer.rb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timer.rb

bundlerRubygems
Version
0.3
Version published
Maintainers
1
Created
Source

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
$ 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

FAQs

Package last updated on 07 Dec 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts