-
Notifications
You must be signed in to change notification settings - Fork 3
/
.taskrc
executable file
·299 lines (226 loc) · 16.1 KB
/
.taskrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
################################################################################
# task configuration file
################################################################################
data.location= /.g/_data/zactive/_pim/tasks
########################################
taskd.server= server.garybgenett.net:53589
taskd.credentials= local/user/e52c1208-5c20-4935-aef2-84666d0167ff
taskd.ca= /.g/_data/zactive/.home/.openssl/server-ca.garybgenett.net.crt
taskd.certificate= /.g/_data/zactive/.home/.openssl/client.garybgenett.net.crt
taskd.key= /.g/_data/zactive/.home/.openssl/client.garybgenett.net.key
debug.tls= 1
########################################
defaultwidth= 160
defaultheight= 0
detection= 1
xterm.title= 0
################################################################################
exit.on.missing.db= 1
locking= 1
#>>>verbose= 1
debug= 0
allow.empty.filter= 0
confirmation= 1
########################################
gc= 0
recurrence= 0
recurrence.limit= 1
indent.annotation= 2
indent.report= 0
abbreviation.minimum= 1
bulk= 1
search.case.sensitive= 0
expressions= 1
regex= 1
list.all.projects= 1
list.all.tags= 1
print.empty.columns= 1
journal.info= 1
journal.time= 1
journal.time.start.annotation= [track]:[begin]
journal.time.stop.annotation= [track]:[end]
################################################################################
include /usr/share/task/rc/holidays.en-US.rc
date.iso= 1
weekstart= Monday
due= 14
dateformat= Y-M-D
dateformat.report= Y-M-D
dateformat.holiday= YMD
dateformat.annotation= Y-M-D H:N:S
dateformat.edit= Y-M-D H:N:S
dateformat.info= Y-M-D H:N:S
calendar.offset= 1
calendar.offset.value= -1
monthsperline= 4
displayweeknumber= 1
calendar.legend= 1
calendar.holidays= full
calendar.details= full
calendar.details.report= mind
########################################
include /usr/share/task/rc/dark-16.theme
color= 1
rule.precedence.color= active,overdue,due.today,due,deleted,completed,recurring,pri.,scheduled,until,keyword.,project.,uda.,tag.,blocked,blocking,tagged
rule.color.merge= 0
color.debug= black on cyan
color.warning= white on cyan
color.error= magenta on cyan
color.footnote= cyan
color.header= cyan
color.alternate= on black
color.active= white on green
color.overdue= yellow on red
color.due.today= white on red
color.due= black on red
color.deleted= red on blue
color.completed= green on blue
color.recurring= red
color.uda.priority.H= white on magenta
color.uda.priority.M= black on magenta
color.uda.priority.L= magenta
color.scheduled= magenta
color.until= magenta
color.blocked= cyan
color.blocking= yellow
color.tagged= none
color.calendar.weeknumber= cyan
color.calendar.weekend= magenta
color.calendar.overdue= yellow on red
color.calendar.due.today= white on red
color.calendar.due= black on red
color.calendar.today= white on green
color.calendar.holiday= black on yellow
################################################################################
default.command= view
alias.cal= calendar
alias.ll= zoom
########################################
uda.kind.label= Kind
uda.kind.type= string
uda.kind.values= notes,track,
uda.area.label= Area
uda.area.type= string
uda.area.values= _gtd,computer,family,gear,health,money,people,self,travel,work,work-em,work.bz,work.cn,work.em,work.f5,work.gg,work.hs,work.jb,work.jl,work.me,work.tk,work.vn,writing,
uda.priority.label= Priority
uda.priority.type= string
uda.priority.values= H,M,L,
########################################
#>>>context= k3
# k1: holding mind rc.context=k1
# k2: waiting read rc.context=k2
# k3: working todo rc.context=k3
# k4: complete read rc.context=k4
# k5: archive read rc.context=k5
context.k1.read= project.isnt:_gtd ( +OVERDUE or +TODAY or +DUE or +BLOCKED )
context.k2.read= project.isnt:_gtd ( +OVERDUE or +TODAY or +DUE or priority.any: ) area.isnt:computer tags.isnt:errand tags.isnt:home +BLOCKED
context.k3.read= project.isnt:_gtd ( +OVERDUE or +TODAY or +DUE or priority.any: ) area.isnt:computer tags.isnt:errand tags.isnt:home +UNBLOCKED
context.k4.read= project.isnt:_gtd ( status.isnt:pending end.after:today-1weeks )
context.k5.read= project.isnt:_gtd ( status.is:pending modified.after:today-1weeks )
########################################
report.dump.description= Custom [Dump]: Shows all information
report.dump.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,wait,scheduled,until,modified,due,end,uuid,parent,imask,mask
report.dump.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+WAIT,+HOLD,+REAP,+MOVE,+DEAD,+DIED,+UUID,+PUID,+I,+M
report.dump.filter= #>>>
report.dump.sort= entry+
report.fail.description= Custom [Fail]: Finds non-conforming tasks
report.fail.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,wait,scheduled,until,modified,due,end,uuid,parent,imask,mask
report.fail.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+WAIT,+HOLD,+REAP,+MOVE,+DEAD,+DIED,+UUID,+PUID,+I,+M
#>>>report.fail.filter= ((project:_gtd (kind.isnt:track recur.none: )) or (project:.gtd area.isnt:_gtd) or (project:.hpi area.isnt:_gtd) or ((project:_data or project:_journal or project:.someday) kind.isnt:notes) or ((project.isnt:.gtd project.isnt:.hpi project.isnt:_gtd project.isnt:_data) area:_gtd) or (project:.someday (status.isnt:pending status.isnt:deleted )) or (project.none: kind:notes) or (kind.any: tags.any: ) or (kind.none: tags.none: ) or (area.none: ) or (area.is:work) or (priority.any: or wait.any: or scheduled.any: or (until.any: recur.none: ) or (until.any: mask.none: )) or (kind.isnt:notes description.startswith:\[notes\]:) or (status:pending kind.none: +ANNOTATED) or +ORPHAN)
#>>>report.fail.filter= ((project:_gtd (kind.isnt:track recur.none: )) or (project:.gtd area.isnt:_gtd) or (project:.hpi area.isnt:_gtd) or ((project:_data or project:_journal or project:.someday) kind.isnt:notes) or ((project.isnt:.gtd project.isnt:.hpi project.isnt:_gtd project.isnt:_data) area:_gtd) or (project:.someday (status.isnt:pending status.isnt:deleted )) or (project.none: kind:notes) or (kind.any: tags.any: ) or (kind.none: tags.none: ) or (area.none: ) or (area.is:work) or (priority.any: status.isnt:pending) or (wait.any: or scheduled.any: or (until.any: recur.none: ) or (until.any: mask.none: )) or (kind.isnt:notes description.startswith:\[notes\]:) or (status:pending kind.none: +ANNOTATED) or +ORPHAN)
report.fail.filter= ((project:_gtd (kind.isnt:track recur.none: )) or (project:.gtd area.isnt:_gtd) or (project:.hpi area.isnt:_gtd) or ((project:_data or project:_journal or project:.someday) kind.isnt:notes) or ((project.isnt:.gtd project.isnt:.hpi project.isnt:_gtd project.isnt:_data) area:_gtd) or (project:.someday (status.isnt:pending status.isnt:deleted )) or (project.none: kind:notes) or (kind.any: tags.any: ) or (kind.none: tags.none: ) or (area.none: ) or (area.is:work) or (priority.any: status.isnt:pending) or (wait.any: or scheduled.any: or (until.any: recur.none: ) or (until.any: mask.none: )) or +ORPHAN)
report.fail.sort= entry+
########################################
report.data.description= Custom [Data]: All data entries
report.data.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,due,end,imask
report.data.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+DEAD,+DIED,+I
report.data.filter= (project:_data or project:_journal)
report.data.sort= project+,kind-,description+,entry+
report.docs.description= Custom [Docs]: Active data and annotated entries
#>>>report.docs.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,due,end,imask
#>>>report.docs.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+DEAD,+DIED,+I
report.docs.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.docs.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.docs.filter= (status:pending ((project:_data or project:_journal) or (kind.isnt:track +ANNOTATED)))
report.docs.sort= project+,kind-,description+,entry+
report.meta.description= Custom [Meta]: Metadata and recurring tasks
report.meta.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,due,end,imask
report.meta.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+DEAD,+DIED,+I
report.meta.filter= ((project.isnt:_data project.isnt:_journal (kind.any: or (recur.any: mask.any: ) or tags:.research or tags:.waiting)) or +ACTIVE)
report.meta.sort= project+,kind-,description+,entry+
########################################
report.mark.description= Custom [Mark]: Time tracking tasks
report.mark.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.mark.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.mark.filter= ((status:pending kind:track) or +ACTIVE)
report.mark.sort= project+,description+,entry+
report.mind.description= Custom [Mind]: Reminders for all tasks with due date
#>>>report.mind.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,entry,due,imask
report.mind.columns= id,depends,urgency.integer,start.age,due.remaining,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,entry,due,imask
report.mind.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+BORN,+DEAD,+I
report.mind.filter= ((status:pending due.any: ) or +ACTIVE)
report.mind.sort= due+,priority-,urgency-,project+,description+,entry+
report.note.description= Custom [Note]: All active notes
report.note.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.note.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.note.filter= ((status:pending kind:notes) or +ACTIVE)
report.note.sort= project+,description+,entry+
########################################
report.look.description= Custom [Look]: Filtered list view (Read)
#>>>report.look.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,due,end,imask
#>>>report.look.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+DEAD,+DIED,+I
report.look.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.look.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.look.filter= (status:pending (kind.any: or (+UNBLOCKED or +DUE or +TODAY or +OVERDUE)))
report.look.sort= project+,kind-,depends-,description+,entry+
report.read.description= Custom [Read]: Global list view, unfiltered and sorted for review
report.read.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,entry,due,end,imask
report.read.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+BORN,+DEAD,+DIED,+I
report.read.filter= #>>>
report.read.sort= project+,kind-,depends-,description+,entry+
report.skim.description= Custom [Skim]: List view (Read), condensed for reporting
report.skim.columns= uuid.short,project,tags,priority,due,end,kind,description.truncated_count
report.skim.labels= +UUID,PROJECT,TAGS,P,+DEAD,+DIED,KIND,DESCRIPTION
report.skim.filter= #>>>
report.skim.sort= project+,kind-,depends-,description+,entry+
report.sort.description= Custom [Sort]: List view, unfiltered and sorted by dates
report.sort.columns= entry,modified,due,end,id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority,status,imask
report.sort.labels= +BORN,+MOVE,+DEAD,+DIED,ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P,+STAT,+I
report.sort.filter= #>>>
report.sort.sort= end+,due+,modified+,entry+,description+
########################################
report.todo.description= Custom [Todo]: Due and priority tasks
report.todo.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.todo.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.todo.filter= ((status:pending (((project:.gtd kind.none: ) or (project:.hpi kind.none: ) or (kind.none: +ANNOTATED) or priority.any: ) +UNBLOCKED) or (+DUE or +TODAY or +OVERDUE)) or +ACTIVE)
report.todo.sort= start-,due+,priority-,urgency-,project+,description+,entry+
report.view.description= Custom [View]: Default list view
report.view.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.view.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.view.filter= ((status:pending project.isnt:_data project.isnt:_journal project.isnt:.someday kind.none: (recur.none: or +DUE or +TODAY or +OVERDUE) (+UNBLOCKED or +DUE or +TODAY or +OVERDUE)) or +ACTIVE)
report.view.sort= start-,due+,priority-,urgency-,project+,description+,entry+
report.zoom.description= Custom [Zoom]: Default list view (View), condensed for reporting
report.zoom.columns= uuid.short,project,tags,priority,due,end,kind,description.truncated_count
report.zoom.labels= +UUID,PROJECT,TAGS,P,+DEAD,+DIED,KIND,DESCRIPTION
report.zoom.filter= ((status:pending project.isnt:_data project.isnt:_journal project.isnt:.someday kind.none: (recur.none: or +DUE or +TODAY or +OVERDUE) (+UNBLOCKED or +DUE or +TODAY or +OVERDUE)) or +ACTIVE)
report.zoom.sort= start-,due+,priority-,urgency-,project+,description+,entry+
#>>>report.next.sort= urgency-,due+,priority-,start-,project+
################################################################################
report.agenda.description= Custom [Agenda]: Default list view (View), tag sorted alphabetically
report.agenda.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.agenda.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.agenda.filter= (status:pending tags:agenda (recur.none: or +DUE or +TODAY or +OVERDUE) (+UNBLOCKED or +DUE or +TODAY or +OVERDUE))
report.agenda.sort= kind-,description+,due+,priority-,urgency-,project+,entry+
report.errand.description= Custom [Errand]: Default list view (View), tag sorted alphabetically
report.errand.columns= id,depends,urgency.integer,start.age,due.age,description.truncated_count,project,kind,area,tags,entry.age,recur,priority
report.errand.labels= ID,B,U,S,D,DESCRIPTION,PROJECT,KIND,AREA,TAGS,A,R,P
report.errand.filter= (status:pending tags:errand (recur.none: or +DUE or +TODAY or +OVERDUE) (+UNBLOCKED or +DUE or +TODAY or +OVERDUE))
report.errand.sort= kind-,description+,due+,priority-,urgency-,project+,entry+
report.status.description= Custom [Status]: Default list view (View), status of work actions
report.status.columns= uuid.short,project,tags,priority,due,end,kind,description.truncated_count
report.status.labels= +UUID,PROJECT,TAGS,P,+DEAD,+DIED,KIND,DESCRIPTION
report.status.filter= (status:pending area:work (recur.none: or +DUE or +TODAY or +OVERDUE) (+UNBLOCKED or +DUE or +TODAY or +OVERDUE))
report.status.sort= kind-,description+,due+,priority-,urgency-,project+,entry+
################################################################################
# end of file
################################################################################