Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.81 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.81 KB

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.