(no title)
tero | 1 year ago
With some traditional GUI calendar software, I was often hunting and miscopying week numbers. Some software also had a weird (non ISO-8601) idea of week numbers.
In case you need calendar.txt after 2033, I wrote a small tool [2] to generate more templates.
[1] https://terokarvinen.com/2021/calendar-txt/calendar-txt-unti...
[2] https://terokarvinen.com/2021/calendar-txt/calendartxt-gener...
listeria|1 year ago
tero|1 year ago
Static binaries generated by Go are indeed large, even if the source code here is under 30 lines with support to some additional minor features (US and Finnish day names, command line help, optional week headings, day counts and parameter handling).
Here are some more scripts to generate calendar.txt date format:
https://terokarvinen.com/2024/format-date-calendar-txt/