readtimes reads out the current time aloud following a cron-like schedule.
Windows is the only supported OS.
$ go build .This will succeed on unsupported platforms. However the program will exit promptly reporting the lack of support.
NOTE: On Windows you might want to add
-ldflags="-H windowsgui"to the CLI.$ go build -ldflags="-H windowsgui" .
$ ./readtimeBy default:
-
time is read out aloud in a 24-hour format,
-
time is read out at every full hour.
The following command will print out the supported CLI flags.
$ ./readtime -helpThe project does not accept contributions to the source repository content.
Karol Marcjan © 2024
Distributed under the European Public License.
See LICENSE for more details.