diff options
author | June McEnroe <june@causal.agency> | 2022-08-15 21:04:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-08-15 21:04:20 -0400 |
commit | 6e854fc0a6decc3f4fa0e3b3ad255918d0504ed3 (patch) | |
tree | 4c3edc00811795f90a75d5bd40be86de72b940eb /bin/man1 | |
parent | Allow names with prefixes of months and days (diff) | |
download | src-6e854fc0a6decc3f4fa0e3b3ad255918d0504ed3.tar.gz src-6e854fc0a6decc3f4fa0e3b3ad255918d0504ed3.zip |
Load dates from ~/.config/when/dates
Diffstat (limited to 'bin/man1')
-rw-r--r-- | bin/man1/when.1 | 14 |
1 files changed, 14 insertions, 0 deletions
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 |