Commit graph

19 commits

Author SHA1 Message Date
Jonathan Hodgson
3cae7b168d Remind: adds some reminders 2021-05-13 13:12:44 +01:00
Jonathan Hodgson
4c2fa4b15d Remind: Adds prinivox reminder 2021-05-13 13:12:27 +01:00
Jonathan Hodgson
131636f697 Remind: Adds birthday 2021-05-13 13:11:24 +01:00
Jonathan Hodgson
7d706cd450 Adds some birthdays 2021-02-13 20:04:16 +00:00
Jonathan Hodgson
b018a6637e Update events 2021-01-06 16:26:37 +00:00
Jonathan Hodgson
fc085c063d Update events 2021-01-06 16:25:42 +00:00
Jonathan Hodgson
26a403372d Update events 2021-01-06 16:25:16 +00:00
Jonathan Hodgson
2b244e33b5 REM: adds monthly reminders file 2020-11-19 14:40:50 +00:00
Jonathan Hodgson
9e2c860192 REM: adds %b to bin reminders 2020-11-19 14:39:50 +00:00
Jonathan Hodgson
951e3adcdf REM: Created birthday and anniversary specific functions
Then uses them in the yearly file
2020-11-19 14:38:44 +00:00
Jonathan Hodgson
dae0d9e86e Rem: add to one-off events 2020-11-19 14:38:22 +00:00
Jonathan Hodgson
142b72fbd2 REM: Changes to uk hollidays
Omits bank hollidays

Re-structured dates around crhistmas

Adds some dates such as black friday
2020-11-19 14:35:28 +00:00
Jonathan Hodgson
456a337d1f REMIND: adds to configuration file
* All the reminder files are included
* Different colours as set depending on the file they come from
* The separator in agenda view is set differently on subsequent days
2020-10-17 16:14:46 +01:00
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