2020-09-04 10:14:13 +00:00
|
|
|
# [Created by task 2.5.1 4/6/2020 16:16:41]
|
|
|
|
# Taskwarrior program configuration file.
|
|
|
|
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
|
|
|
|
# 'man task-sync' or 'man taskrc'
|
|
|
|
|
|
|
|
# Here is an example of entries that use the default, override and blank values
|
|
|
|
# variable=foo -- By specifying a value, this overrides the default
|
|
|
|
# variable= -- By specifying no value, this means no default
|
|
|
|
# #variable=foo -- By commenting out the line, or deleting it, this uses the default
|
|
|
|
|
|
|
|
# Use the command 'task show' to see all defaults and overrides
|
|
|
|
|
|
|
|
# Files
|
|
|
|
data.location=~/.local/share/task
|
|
|
|
|
|
|
|
# Color theme (uncomment one to use)
|
|
|
|
#include /usr/local/share/doc/task/rc/light-16.theme
|
2020-09-19 07:35:57 +00:00
|
|
|
#include /usr/local/share/doc/task/rc/light-256.theme
|
2020-09-04 10:14:13 +00:00
|
|
|
#include /usr/local/share/doc/task/rc/dark-16.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-red-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-green-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-blue-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-violets-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-yellow-green.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-gray-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/dark-gray-blue-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/solarized-dark-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/solarized-light-256.theme
|
|
|
|
#include /usr/local/share/doc/task/rc/no-color.theme
|
|
|
|
|
2020-09-19 07:35:57 +00:00
|
|
|
# size uda
|
2020-09-04 10:14:13 +00:00
|
|
|
uda.size.type=string
|
|
|
|
uda.size.label=Size
|
|
|
|
uda.size.values=S,M,B,,-
|
|
|
|
urgency.uda.size.B.coefficient=-2
|
|
|
|
urgency.uda.size.-.coefficient=-5
|
|
|
|
|
2020-09-19 07:35:57 +00:00
|
|
|
# url uda
|
2020-09-04 10:14:13 +00:00
|
|
|
uda.url.type=string
|
|
|
|
uda.url.label=URL
|
|
|
|
|
2020-09-19 07:35:57 +00:00
|
|
|
# relative recur udas
|
|
|
|
uda.recurDue.type=duration
|
|
|
|
uda.recurDue.label=RecDue
|
|
|
|
uda.recurWait.type=duration
|
|
|
|
uda.recurWait.label=RecWait
|
|
|
|
|
|
|
|
# Custom interface - tafo
|
|
|
|
uda.userid.type=string
|
|
|
|
#uda.parent.type=string
|
|
|
|
|
|
|
|
# no priority > L
|
|
|
|
uda.priority.values=H,M,,L
|
|
|
|
urgency.uda.priority.H.coefficient=5
|
|
|
|
urgency.uda.priority.M.coefficient=2
|
|
|
|
urgency.uda.priority.L.coefficient=-2
|
2020-09-04 10:14:13 +00:00
|
|
|
|
|
|
|
# Urgency coefficients
|
2020-10-07 19:53:37 +00:00
|
|
|
# States
|
2020-09-04 10:14:13 +00:00
|
|
|
urgency.due.coeffient=7
|
2020-10-07 19:53:37 +00:00
|
|
|
urgency.scheduled.coeffient=5
|
2020-09-04 10:14:13 +00:00
|
|
|
urgency.blocking.coefficient=3
|
2020-10-07 19:53:37 +00:00
|
|
|
# Tags
|
2020-09-04 10:14:13 +00:00
|
|
|
urgency.next.coefficient=9
|
2020-10-29 10:40:43 +00:00
|
|
|
urgency.config.coefficient=-1
|
2020-11-14 01:27:58 +00:00
|
|
|
urgency.reflect.coefficient=-1
|
|
|
|
urgency.chore.coefficient=-1
|
|
|
|
urgency.uda.recurDue.coefficient=-1
|
2020-09-04 10:14:13 +00:00
|
|
|
|
|
|
|
# Context
|
|
|
|
context.dev=+dev
|
|
|
|
context.work=+work
|
2020-11-14 01:27:58 +00:00
|
|
|
context.fog=+scatter or +menial or +config or +consume or +audio or +browse or +phys or +move
|
2020-09-04 10:14:13 +00:00
|
|
|
|
|
|
|
# Reports
|
2020-10-16 10:25:00 +00:00
|
|
|
report.inbox.description=Relevant tasks without project
|
2020-10-23 12:01:55 +00:00
|
|
|
report.inbox.columns=id,priority,tags,scheduled.countdown,due.relative,description.truncated_count,url,urgency
|
2020-09-19 07:35:57 +00:00
|
|
|
report.inbox.labels=ID,Prio,Tags,⏰,Description,Url,Urg
|
|
|
|
report.inbox.filter=status:pending project: -config -consume
|
2020-09-04 10:14:13 +00:00
|
|
|
report.inbox.sort=urgency-
|
|
|
|
|
2020-10-23 12:01:55 +00:00
|
|
|
report.next.columns=id,depends,priority,tags,scheduled.relative,due.relative,project,description.truncated_count,urgency
|
2020-09-19 07:35:57 +00:00
|
|
|
report.next.labels=ID,Deps,Prio,Tags,,⏰,Proj,Description,Urg
|
|
|
|
report.next.filter=status:pending limit:20
|
|
|
|
|
2020-10-03 09:40:02 +00:00
|
|
|
report.open.description=All non-completed tasks
|
2020-10-23 12:01:55 +00:00
|
|
|
report.open.columns=id,depends,priority,tags,scheduled.relative,due.relative,project,description.truncated_count,urgency
|
2020-10-03 09:40:02 +00:00
|
|
|
report.open.labels=ID,Deps,Prio,Tags,,⏰,Proj,Description,Urg
|
|
|
|
report.open.filter=-DELETED -COMPLETED -PARENT
|
|
|
|
|
|
|
|
report.waitfor.description=Tasks waiting for external work
|
2020-10-23 12:01:55 +00:00
|
|
|
report.waitfor.columns=id,tags,due.relative,project,description.truncated_count,urgency
|
2020-09-19 07:35:57 +00:00
|
|
|
report.waitfor.labels=ID,Tags,⏰,Proj,Description,Urg
|
|
|
|
report.waitfor.filter=+waitfor
|
2020-09-04 10:14:13 +00:00
|
|
|
|
2020-10-03 09:40:02 +00:00
|
|
|
report.break.description=Physical tasks for a break
|
2020-10-23 12:01:55 +00:00
|
|
|
report.break.columns=id,description.truncated_count,due.relative,urgency
|
2020-09-04 10:14:13 +00:00
|
|
|
report.break.labels=ID,Description,Scheduled,Urgency
|
2020-10-03 09:40:02 +00:00
|
|
|
report.break.filter=status:pending limit:9 (+phys or +move)
|
2020-09-04 10:14:13 +00:00
|
|
|
report.break.sort=urgency-
|
|
|
|
|
2020-10-03 09:40:02 +00:00
|
|
|
report.meeting.description=Mundane tasks that don't need a specific location
|
2020-10-23 12:01:55 +00:00
|
|
|
report.meeting.columns=id,description.truncated_count,due.relative,urgency
|
2020-09-19 07:35:57 +00:00
|
|
|
report.meeting.labels=ID,Description,Scheduled,Urgency
|
2020-10-29 10:40:43 +00:00
|
|
|
report.meeting.filter=status:pending limit:9 (+phys or +menial)
|
2020-09-19 07:35:57 +00:00
|
|
|
report.meeting.sort=urgency-
|
|
|
|
|
2020-10-13 10:21:59 +00:00
|
|
|
report.relax.description=Brainless tasks for the evening on the computer
|
2020-10-23 12:01:55 +00:00
|
|
|
report.relax.columns=id,description.truncated_count,due.relative,urgency
|
2020-10-13 10:21:59 +00:00
|
|
|
report.relax.labels=ID,Description,Scheduled,Urgency
|
2020-11-14 01:27:58 +00:00
|
|
|
report.relax.filter=status:pending limit:9 +pc (+scatter or +menial or +consume or +audio)
|
2020-10-13 10:21:59 +00:00
|
|
|
report.relax.sort=urgency-
|
|
|
|
|
2020-10-29 10:40:43 +00:00
|
|
|
report.upcoming.columns=id,due.relative,description.truncated_count
|
|
|
|
report.upcoming.labels=ID,Date,Description
|
2020-10-23 12:01:55 +00:00
|
|
|
report.upcoming.filter=status:pending
|
|
|
|
report.upcoming.sort=urgency-
|
|
|
|
|
|
|
|
report.minimal.columns=id,description.truncated_count
|
|
|
|
report.minimal.labels=ID,Description
|
2020-10-29 10:40:43 +00:00
|
|
|
report.minimal.filter=status:pending -waitfor
|
2020-10-23 12:01:55 +00:00
|
|
|
report.minimal.sort=urgency-
|
|
|
|
|
|
|
|
report.desc.columns=description.truncated_count
|
|
|
|
report.desc.labels=Description
|
|
|
|
report.desc.filter=status:pending
|
|
|
|
report.desc.sort=urgency-
|
|
|
|
|
2020-09-04 10:14:13 +00:00
|
|
|
# General config
|
|
|
|
bulk=5
|
|
|
|
search.case.sensitive=no
|
|
|
|
|
|
|
|
# tasksh review
|
|
|
|
uda.reviewed.type=date
|
|
|
|
uda.reviewed.label=Reviewed
|
|
|
|
report._reviewed.description=Tasksh review report. Adjust the filter to your needs.
|
|
|
|
report._reviewed.columns=uuid
|
|
|
|
report._reviewed.sort=reviewed+,modified+
|
|
|
|
report._reviewed.filter=( reviewed.none: or reviewed.before:now-6days ) and ( +PENDING or +WAITING )
|
2020-09-19 07:35:57 +00:00
|
|
|
|
|
|
|
# aliases
|
|
|
|
alias.cfg=add +pc +config
|
|
|
|
alias.research=add +pc +research
|
2020-10-03 09:40:02 +00:00
|
|
|
alias.waiton=mod +waitfor wait:1w due:3w
|