diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-18 21:12:26 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-18 21:12:26 +0100 |
commit | c67ec9f37c46f42297a6844806debe439be290cd (patch) | |
tree | 23089bf978eccb1da6cb4918bace71ad3f884230 /tw/tw_hooks/tw_scheduled_task_remind | |
parent | 49d443767d1290db4374ab0059382b047d902567 (diff) |
tidy up files
Diffstat (limited to 'tw/tw_hooks/tw_scheduled_task_remind')
-rw-r--r-- | tw/tw_hooks/tw_scheduled_task_remind | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tw/tw_hooks/tw_scheduled_task_remind b/tw/tw_hooks/tw_scheduled_task_remind new file mode 100644 index 0000000..e08b855 --- /dev/null +++ b/tw/tw_hooks/tw_scheduled_task_remind @@ -0,0 +1,17 @@ +.\" Manpage for tw_scheduled_remind +.\" Contact y@yulqen.org to correct errors or typos. +.TH man 7 "24 November 2020" "1.0" "tw_scheduled_remind man page" +.SH NAME +tw_scheduled_remind \- create Remind event upon adding new Taskwarrior task with schedule set +.SH SYNOPSIS +task add "Task name [%:10]" schedule:2020-10-10 +dft +.SH DESCRIPTION +tw_scheduled_remind is a hook for Taskwarrior written in Perl. It's sets a new Remind event for the task, given a suitable "schedule" attribute. +.SH OPTIONS +None. +.SH SEE ALSO +task(5), taskrc(5) +.SH BUGS +Plenty of them. +.SH AUTHOR +Matthew Lemon (y@yulqen.org) |