Yet Another Countdown Timer
Go to file
Zorchenhimer 5c31d22c11
Some polish, i guess
- Add a format string that uses text.Template.  It's complex AF but it
  works really nicely.
- Add a bunch of command line arguments to control the behaviour of the
  countdown:
    - Countdown duration
    - Output format
    - Output filename
    - Text to write when done
- Fix countdown not starting until ~2 seconds after start.
- Replace unhelpful start up text with something a bit more useful
  (parsed duration and output file name).
2021-02-28 20:55:52 -05:00
.gitignore Initial commit 2021-02-28 00:35:02 -05:00
main.go Some polish, i guess 2021-02-28 20:55:52 -05:00