Skip to content

szabba/readtimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readtimes

readtimes reads out the current time aloud following a cron-like schedule.

Windows is the only supported OS.

Build

$ 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" .

Running

$ ./readtime

By default:

  • time is read out aloud in a 24-hour format,

  • time is read out at every full hour.

Configuration

The following command will print out the supported CLI flags.

$ ./readtime -help

Contributing

The project does not accept contributions to the source repository content.

Copyright

Karol Marcjan © 2024

Distributed under the European Public License. See LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors