X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8c688a8f9bc9648185888a4a856a18a2a9c46ee5..50879ba093b3600fe397d64863d44f8995c53bcb:/task/taskrc diff --git a/task/taskrc b/task/taskrc index d6bfcf6..89610b7 100644 --- a/task/taskrc +++ b/task/taskrc @@ -21,11 +21,74 @@ include /usr/share/doc/task/rc/solarized-dark-256.theme weekstart=monday # Behaviour -confirmation = 0 # do not ask when deleting tasks +confirmation = no # do not ask when deleting tasks +search.case.sensitive = no # Terminal reserved.lines=2 # reserve two lines for prompt +# Don't show history in info report +journal.info = no + +report.in.description = Inbox +report.in.columns = id,start.age,entry.age,depends,priority,project,tags,recur,description +report.in.filter = ( status:waiting or status:pending ) limit:page (+in) +report.in.sort = entry+ + +report.today.description = Tasks for today +report.today.columns = id,start.age,priority,project,tags,scheduled.remaining,due.relative,until.remaining,description,urgency +report.today.filter = status:pending (-maybe -BLOCKED) (+ACTIVE or due.by:eod or scheduled.by:eod or +next) limit:page +report.today.sort = urgency- +report.today.context = yes + +report.motd.description = MOTD report (shown when opening a terminal) +report.motd.columns = id,project,scheduled.remaining,due.relative,until.remaining,description.truncated_count +report.motd.filter = status:pending (-maybe -BLOCKED) (+ACTIVE or due.by:eod or scheduled.by:eod or +next) limit:page +report.motd.sort = urgency- +report.motd.context = yes + +report.closed.description = Completed and deleted tasks +report.closed.columns = id,uuid.short,entry,end,status,entry.age,depends,priority,project,tags,recur.indicator,due,description +report.closed.filter = ( status:completed or status:deleted ) limit:page +report.closed.sort = end- +report.closed.context = yes + +# Urgency +urgency.uda.priority.L.coefficient=-2 # setting priority to low reduces urgency + +urgency.user.tag.in.coefficient = -1 +urgency.scheduled.coefficient = 8 + +# inherit highest urgency from blocked tasks +# TODO: this doesn't quite work, check source code for explanation +# I'd like the blocking task to use the highest blocked task as a base urgency, +# then add on top a blocking coefficient +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 @@ -39,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