]> git.rmz.io Git - dotfiles.git/blob - task/taskrc
task: add custom recurrence stuff (wip)
[dotfiles.git] / task / taskrc
1 # [Created by task 2.2.0 11/11/2013 08:09:23]
2 # Taskwarrior program configuration file.
3 # For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
4 # 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc'
5
6 # Here is an example of entries that use the default, override and blank values
7 # variable=foo -- By specifying a value, this overrides the default
8 # variable= -- By specifying no value, this means no default
9 # #variable=foo -- By commenting out the line, or deleting it, this uses the default
10
11 # Use the command 'task show' to see all defaults and overrides
12
13 # Files
14 data.location=$XDG_DATA_HOME/task
15 hooks.location=$XDG_CONFIG_HOME/task/hooks
16
17 # Color theme
18 include /usr/share/doc/task/rc/solarized-dark-256.theme
19
20 # Dates
21 weekstart=monday
22
23 # Behaviour
24 confirmation = no # do not ask when deleting tasks
25 search.case.sensitive = no
26
27 # Terminal
28 reserved.lines=2 # reserve two lines for prompt
29
30 # Don't show history in info report
31 journal.info = no
32
33 report.in.description = Inbox
34 report.in.columns = id,start.age,entry.age,depends,priority,project,tags,recur,description
35 report.in.filter = ( status:waiting or status:pending ) limit:page (+in)
36 report.in.sort = entry+
37
38 report.today.description = Tasks for today
39 report.today.columns = id,start.age,priority,project,tags,scheduled.remaining,due.relative,until.remaining,description,urgency
40 report.today.filter = status:pending (-maybe -BLOCKED) (+ACTIVE or due.by:eod or scheduled.by:eod or +next) limit:page
41 report.today.sort = urgency-
42 report.today.context = yes
43
44 report.motd.description = MOTD report (shown when opening a terminal)
45 report.motd.columns = id,project,scheduled.remaining,due.relative,until.remaining,description.truncated_count
46 report.motd.filter = status:pending (-maybe -BLOCKED) (+ACTIVE or due.by:eod or scheduled.by:eod or +next) limit:page
47 report.motd.sort = urgency-
48 report.motd.context = yes
49
50 report.closed.description = Completed and deleted tasks
51 report.closed.columns = id,uuid.short,entry,end,status,entry.age,depends,priority,project,tags,recur.indicator,due,description
52 report.closed.filter = ( status:completed or status:deleted ) limit:page
53 report.closed.sort = end-
54 report.closed.context = yes
55
56 # Urgency
57 urgency.uda.priority.L.coefficient=-2 # setting priority to low reduces urgency
58
59 urgency.user.tag.in.coefficient = -1
60 urgency.scheduled.coefficient = 8
61
62 # inherit highest urgency from blocked tasks
63 # TODO: this doesn't quite work, check source code for explanation
64 # I'd like the blocking task to use the highest blocked task as a base urgency,
65 # then add on top a blocking coefficient
66 urgency.inherit = yes
67 urgency.blocked.coefficient = 0.0
68 urgency.blocking.coefficient = 4.0
69
70 # Custom recurrence
71 recurrence=no
72 report.recurring.labels = ID,Active,Age,D,P,Parent,Project,Tags,Recur,RType,RSch,RWait,Due,Until,Description,Urg
73 report.recurring.columns = id,start.age,entry.age,depends.indicator,priority,parent.short,project,tags,recur,rtype,rscheduled,rwait,due,until.remaining,description,urgency
74 report.recurring.filter = status:recurring
75 # NOTE: my patched version of task already provides this as a rw property
76 #uda.rtype.label=Recur.Type
77 #uda.rtype.type=string
78 #uda.rtype.values=chained,periodic
79 uda.r.label=TwRecurrence
80 uda.r.type=string
81 uda.rparent.label=Parent task
82 uda.rparent.type=string
83 uda.rwait.label=Wait (instance)
84 uda.rwait.type=date
85 uda.runtil.label=Until WIP (instance)
86 uda.runtil.type=date
87 uda.rscheduled.label=Scheduled (instance)
88 uda.rscheduled.type=date
89 uda.rlastinstance.label=Last child task
90 uda.rlastinstance.type=string
91
92 # taskd
93 taskd.certificate=$XDG_DATA_HOME/task/hactar.cert.pem
94 taskd.key=$XDG_DATA_HOME/task/hactar.key.pem
95 taskd.ca=$XDG_DATA_HOME/task/ca.cert.pem
96 taskd.credentials=rmz/ramsi/30ffb102-3b0e-4b60-ad7e-df63b8920262
97 taskd.server=rmz.io:53589
98
99 # Context
100 context.wfh.read=( project:work or +work or project:chores or +habit or +chore)
101 context.wfh.write=+work
102 context.home.read=-work
103
104 # NOTE: a context setting may be updated/added automatically on the last line
105 news.version=3.0.2
106 context=home