20 lines
790 B
Markdown
20 lines
790 B
Markdown
# Katabastird: a simple countdown timer
|
|
|
|
Katabastird is a simple countdown timer that is configured and launched from the commandline.
|
|
|
|
``` text
|
|
Usage: katabastird [OPTIONS]
|
|
|
|
Options:
|
|
--hours <HOURS> Hours to count down [default: 0]
|
|
-m, --minutes <MINUTES> Minutes to count down [default: 0]
|
|
-s, --seconds <SECONDS> Seconds to count down [default: 0]
|
|
-a, --alarm <ALARM> Audio file to play at the end of the countdown
|
|
-r, --running Begin countdown immediately
|
|
-u, --count-up Count up from zero, actually
|
|
-p, --predator Use the Predator font
|
|
-h, --help Print help information
|
|
-V, --version Print version information
|
|
```
|
|
|
|

|