From 04a1a4cf0a469393f38c71ebe91ad02fceb855cf Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 15 Aug 2022 21:04:20 -0400 Subject: Load dates from ~/.config/when/dates --- bin/man1/when.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'bin/man1') diff --git a/bin/man1/when.1 b/bin/man1/when.1 index 205b2d81..64f51cae 100644 --- a/bin/man1/when.1 +++ b/bin/man1/when.1 @@ -68,6 +68,14 @@ A number of months. A number of years. .El . +.Sh FILES +The file +.Pa $XDG_CONFIG_HOME/when/dates +or +.Pa ~/.config/when/dates +is read before any other expressions, +if it exists. +. .Sh EXAMPLES .Bl -tag -width "Dec 25 - ." .It Ic Dec 25 - \&. @@ -77,3 +85,9 @@ The date next Friday. .It Ic \&. + 2w Your last day at work. .El +.Pp +Checking a milestone: +.Bd -literal -offset indent +$ echo 'hrt = oct 15 2021' >> ~/.config/when/dates +$ when -hrt +.Ed -- cgit 1.4.1