summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-29 22:49:01 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-29 22:49:01 +0200
commita1068ffd5fe3b9b8dde9c6b410b2148d5b9f2e1f (patch)
treeb4b7cfd875f087f96ad0ebd0f7d51c5203b97b94 /taskrc
parent610678d314b7296b0de87a2fe475380292f9e32a (diff)
downloadliw-dot-files-a1068ffd5fe3b9b8dde9c6b410b2148d5b9f2e1f.tar.gz
Various taskwarrior tweaks
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc34
1 files changed, 29 insertions, 5 deletions
diff --git a/taskrc b/taskrc
index f298f78..8356d62 100644
--- a/taskrc
+++ b/taskrc
@@ -10,6 +10,16 @@
# Use the command 'task show' to see all defaults and overrides
+# Define a report, "soonish", for tasks that should be done fairly soon
+report.soonish.description=Lists tasks that should be done soonish
+report.soonish.columns=id,project,priority,start,due,recur,depends,tags,description
+report.soonish.labels=ID,Proj,Pri,Started,Due,Recur,Deps,Tags,Description
+report.soonish.filter=status:pending ( pri:H or pri:M ) ( due: or due.before:eow )
+report.soonish.sort=due+,priority-,project+
+
+# Make the soonish report the default.
+default.command=soonish
+
# Files
data.location=~/.task
@@ -24,15 +34,29 @@ default.priority=M
# might not be possible to do. Nagging me about it is just irritating.
nag=
+# Define estimated length of task, using a very rough classification:
+# fifteen minutes, an hour, half a work day (a few hours), and too
+# long.
+uda.estimate.label=Estimate
+uda.estimate.type=string
+uda.estimate.values=quarter,hour,halfday,toolong,unknown
+uda.estimate.default=unknown
+
+# Due is within this many days.
+due=2
+
+# Weeks start on a Monday.
+weekstart=Monday
+
# Urgency management.
-urgency.next.coefficient=15.0
+urgency.next.coefficient=20.0
urgency.blocking.coefficient=1.0
urgency.blocked.coefficient=-50.0
-urgency.due.coefficient=12.0
-urgency.priority.coefficient=20.0
+urgency.due.coefficient=5.0
+urgency.priority.coefficient=1.0
urgency.waiting.coefficient=-3.0
-urgency.active.coefficient=4.0
-urgency.scheduled.coefficient=5.0
+urgency.active.coefficient=50.0
+urgency.scheduled.coefficient=0.0
urgency.project.coefficient=0.0
urgency.tags.coefficient=0.0
urgency.annotations.coefficient=0.0