Rooster

An egg timer.

After a specified number of minutes have passed, you will be notified in various ways.

On Mac OS X:

  • The text will be spoken via the say command.
  • On OS X 10.8 and greater, a notification will be displayed in the notification center (via terminal-notifier).

On Mac OS X and everywhere else:

  • The system beep will play (tput bel)
  • The text you specified will be displayed in the terminal.

Installation

$ gem install rooster

Usage

$ rooster 10 "Ten minutes have passed."