NAME

ovacron - Egg timer

SYNOPSIS

  ovacron [options] <sleeptime>

DESCRIPTION

ovacron is a countdown timer. After a specified amount of time, ovacron "beeps" the terminal.

If the sleep time isn't given, then ovacron will sleep for three minutes. The sleep time may be given in minutes as a number or a number followed by an 'm'; for example "5" or "5m". The sleep time can also be given in seconds as a number followed by an 's'; for example, "120s".

By default, a countdown will be displayed. The -quiet option will prevent this from happening.

If you have a command-line music player, you can set two internal variables to play a tune when the timer expires. The $musicbox variable should be set to the name of the command-line music player. The $tune variable should be set to the path of a sound file. If these are not set or if the sound file is not found, then ovacron will not play a tune.

OPTIONS

The following options are handled by ovacron:

AUTHOR

Wayne Morrison, tewok@tewok.com

tewok.com

LICENSE

Copyright 2010 Wayne Morrison

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.