No description
Find a file
Joe Ardent ad7b0c9d4d Add dynamic font scaling, hotkeys for quitting.
Huge thanks to `@AlexChaplinBraz` in the egui discord for help with the fonts!
2022-10-17 13:53:46 -07:00
src Add dynamic font scaling, hotkeys for quitting. 2022-10-17 13:53:46 -07:00
.gitignore getting this party started 2022-10-12 14:10:28 -07:00
Cargo.lock add audio playback and predator font 2022-10-14 13:50:34 -07:00
Cargo.toml add audio playback and predator font 2022-10-14 13:50:34 -07:00
LICENSE.md add readme and license 2022-10-14 15:24:29 -07:00
Predator.ttf add audio playback and predator font 2022-10-14 13:50:34 -07:00
predator_timer_small.png add readme and license 2022-10-14 15:24:29 -07:00
README.md add readme and license 2022-10-14 15:24:29 -07:00

Katabastird: a simple countdown timer

Katabastird is a simple countdown timer that is configured and launched from the commandline.

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

a Predator's view of the timer while it's paused