Skip to content

CLI timer. Beeps periodically after some time period passes.

Notifications You must be signed in to change notification settings

vderyagin/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

CLI timer. Beeps after set period of time passes, beeps periodically (every 3 minutes, customizable) after that until you ^C it.

Installation

cargo install --git https://github.com/vderyagin/timer

Usage

Timer with audio signal

USAGE:
    timer [FLAGS] [OPTIONS] [DURATION]

FLAGS:
    -h, --help       Prints help information
    -q, --quiet      Don't show any output text (still beeps)
    -t, --test       Just beep once and exit (to test sound volume)
    -V, --version    Prints version information

OPTIONS:
    -b, --beep-interval <beep-interval>    Interval between beeps (in minutes) after time runs out [default: 3]

ARGS:
    <DURATION>    Timer duration [default: 00:30]

About

CLI timer. Beeps periodically after some time period passes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages