# 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 to count down [default: 0] -m, --minutes Minutes to count down [default: 0] -s, --seconds Seconds to count down [default: 0] -a, --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 ``` ![a Predator's view of the timer while it's paused](./predator_timer_small.png)