Skip to content

stpettersens/talkingclock

Repository files navigation

talkingclock

🕓 Command line application which says the time.

Build Status Build status MIT License

Building from source

Prerequisites to build are:

Runtime dependencies:

Building:

  • > rake # or: cargo build --release
  • > rake upx # if you want to compress resultant executable with UPX.
  • > rake install # to install a global command (must have run rake upx first) to invoke the talking clock.

Usage

  • talkingclock # say the current time.
  • talkingclock --time 13:05 # say one oh five / thirteen oh five.
  • talkingclock --help # see all options and exit.