-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.taskrc
119 lines (100 loc) · 2.93 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
#=========#
# URGENCY #
#=========#
urgency.blocking.coefficient=0
urgency.project.coefficient=0
default.priority=M
urgency.uda.priority.H.coefficient=0
urgency.uda.priority.M.coefficient=0
urgency.uda.priority.L.coefficient=-10
#================#
# INPUT SETTINGS #
#================#
dateformat=dbHN
default.due=eocw
alias.burndown=burndown.daily
alias.rm=delete
#=================#
# OUTPUT SETTINGS #
#=================#
nag=
due=3
blanklines=true
dateformat.report=d b
dateformat.annotation=(d b)
# next
report.next.filter=status:pending limit:page +READY
report.next.columns=id,start.age,depends,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description,priority
report.next.labels=ID,Active,Deps,Project,Tag,Recur,S,Due,Until,Description,Prior
# waiting
report.waiting.columns=id,start.active,entry.age,depends.indicator,project,tags,recur.indicator,wait.remaining,scheduled,due,until,description
report.waiting.labels=ID,A,Age,D,Project,Tags,R,Remaining,Sched,Due,Until,Description
# schedule (@remo5000)
report.schedule.labels=ID,Active,Project,Due,DueDate,Description,Prior
report.schedule.columns=id,start.age,project,due.relative,due.formatted,description,priority
report.schedule.description=task sorted by due date
report.schedule.filter=status:pending and due.before:3days
report.schedule.sort=due+/,project+
#=======#
# THEME #
#=======#
# from the default dark-gray-blue-256.theme
rule.precedence.color=deleted,completed,active,keyword.,tag.,project.,overdue,scheduled,due.today,due,blocked,blocking,recurring,tagged,uda.
# General decoration
color.label=
color.label.sort=
color.alternate=on gray2
color.header=gray10
color.footnote=gray10
color.warning=white on blue
color.error=white on red
color.debug=blue
# Task state
color.completed=
color.deleted=
color.active=color15 on rgb035
color.recurring=
color.scheduled=
color.until=
color.blocked=bold gray10 on gray4
color.blocking=gray18 on gray6
# Project
color.project.none=
# Priority
color.uda.priority.H=
color.uda.priority.L=
color.uda.priority.M=
# Tags
color.tag.next=
color.tag.none=
color.tagged=
# Due
color.due=color0 on rgb013
color.due.today=color0 on rgb024
color.overdue=color0 on rgb035
# Report: burndown
color.burndown.pending=white on gray9
color.burndown.started=black on gray16
color.burndown.done=white on rgb013
# Report: history
color.history.add=white on gray6
color.history.delete=black on gray18
color.history.done=black on rgb024
# Report: summary
color.summary.bar=on rgb012
color.summary.background=on gray2
# Command: calendar
color.calendar.due=color0 on gray10
color.calendar.due.today=color0 on gray15
color.calendar.holiday=color15 on rgb005
color.calendar.overdue=color0 on gray20
color.calendar.today=underline black on color15
color.calendar.weekend=on gray4
color.calendar.weeknumber=gray10
# Command: sync
color.sync.added=gray10
color.sync.changed=gray15
color.sync.rejected=gray23
# Command: undo
color.undo.before=rgb013
color.undo.after=rgb035