From: Samir Benmendil Date: Sun, 2 Feb 2025 22:52:37 +0000 (+0000) Subject: task: add custom recurrence stuff (wip) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/50879ba093b3600fe397d64863d44f8995c53bcb task: add custom recurrence stuff (wip) --- diff --git a/task/taskrc b/task/taskrc index 0760883..89610b7 100644 --- a/task/taskrc +++ b/task/taskrc @@ -67,6 +67,28 @@ urgency.inherit = yes urgency.blocked.coefficient = 0.0 urgency.blocking.coefficient = 4.0 +# Custom recurrence +recurrence=no +report.recurring.labels = ID,Active,Age,D,P,Parent,Project,Tags,Recur,RType,RSch,RWait,Due,Until,Description,Urg +report.recurring.columns = id,start.age,entry.age,depends.indicator,priority,parent.short,project,tags,recur,rtype,rscheduled,rwait,due,until.remaining,description,urgency +report.recurring.filter = status:recurring +# NOTE: my patched version of task already provides this as a rw property +#uda.rtype.label=Recur.Type +#uda.rtype.type=string +#uda.rtype.values=chained,periodic +uda.r.label=TwRecurrence +uda.r.type=string +uda.rparent.label=Parent task +uda.rparent.type=string +uda.rwait.label=Wait (instance) +uda.rwait.type=date +uda.runtil.label=Until WIP (instance) +uda.runtil.type=date +uda.rscheduled.label=Scheduled (instance) +uda.rscheduled.type=date +uda.rlastinstance.label=Last child task +uda.rlastinstance.type=string + # taskd taskd.certificate=$XDG_DATA_HOME/task/hactar.cert.pem taskd.key=$XDG_DATA_HOME/task/hactar.key.pem