Commit graph

16 commits

Author SHA1 Message Date
Jonathan Hodgson
8ba39ecc04 Adds some birthdays 2021-02-13 20:04:16 +00:00
Jonathan Hodgson
f5d78bfb9c Update events 2021-01-06 16:26:37 +00:00
Jonathan Hodgson
94c2ee72f0 Update events 2021-01-06 16:25:42 +00:00
Jonathan Hodgson
1620da7d87 Update events 2021-01-06 16:25:16 +00:00
Jonathan Hodgson
cf37bd3dcf REM: adds monthly reminders file 2020-11-19 14:40:50 +00:00
Jonathan Hodgson
c89695ae3f REM: adds %b to bin reminders 2020-11-19 14:39:50 +00:00
Jonathan Hodgson
7294d0fc2f REM: Created birthday and anniversary specific functions
Then uses them in the yearly file
2020-11-19 14:38:44 +00:00
Jonathan Hodgson
fc5a8cfe4f Rem: add to one-off events 2020-11-19 14:38:22 +00:00
Jonathan Hodgson
ae5a97a677 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
e43680ca15 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
639010993b REMIND: Adds one off and weekly remind files 2020-10-17 16:14:16 +01:00
Jonathan Hodgson
748b996fe4 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
1f38176709 REMIND: Renames birthdays to yearly and adds events 2020-10-17 16:04:58 +01:00
Jonathan Hodgson
c689437da5 REMIND: Adds some uk holidays 2020-10-11 13:10:28 +01:00
Jonathan Hodgson
ae97e15af8 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
b208c53298 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