X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9849a8cd393e785763a75cab1ecc7f826ab90af3..2f1cd5e44d3d1d6eeabc60e26d5a340803da7c9f:/task/taskrc diff --git a/task/taskrc b/task/taskrc index b72d25f..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 @@ -80,5 +102,5 @@ context.wfh.write=+work context.home.read=-work # NOTE: a context setting may be updated/added automatically on the last line -news.version=2.6.0 +news.version=3.0.2 context=home