Commit graph

6 commits

Author SHA1 Message Date
Jonathan Hodgson
eca73c7038 REMIND: Adds one off and weekly remind files 2020-10-17 16:14:16 +01:00
Jonathan Hodgson
6b240bfbee REMIND: Fix bank holidays around Christmas
This involved using $Tw instead of $Uw. I am still not entirely sure
what the difference is except $Tw works.

Suggested here:
https://www.reddit.com/r/commandline/comments/j94qx4/help_using_remind_satisfy_option/g8hqz6g/?utm_source=reddit&utm_medium=web2x&context=3
2020-10-17 16:11:27 +01:00
Jonathan Hodgson
dc2a3662f5 REMIND: Renames birthdays to yearly and adds events 2020-10-17 16:04:58 +01:00
Jonathan Hodgson
2677166e4e REMIND: Adds some uk holidays 2020-10-11 13:10:28 +01:00
Jonathan Hodgson
5b722fc28e REMIND: Adds some birthdays and a years function
The years function takes a year and returns the number of years since
then. This is currently used so Remind can tell me how old people are on
their birthdays but could also be used for anniversaries.
2020-10-11 13:08:38 +01:00
Jonathan Hodgson
b899570d32 REMIND: Initial setup of remind
Remind is a calender application that I hope will replace calcurse at
some point.

Currently, nothing is added. I want to check that secret.rem files are
successfully encrypted using git-crypt before adding anything
2020-10-10 18:54:59 +01:00