-
Notifications
You must be signed in to change notification settings - Fork 0
/
taskrc
116 lines (90 loc) · 3.26 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
# [Created by task 2.5.1 3/23/2017 10:55:39]
# 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=~/.task
# Colors
color=on
color.active=black on white
color.alternate=on color8
color.blocked=underline
color.blocking=underline yellow
color.tag.none=cyan
color.tag.next=black on green
color.tagged=cyan
color.project.none=
color.recurring=
color.scheduled=
color.uda.priority.H=yellow
color.uda.priority.L=
color.uda.priority.M=
color.debug=white
color.due=cyan
color.due.today=green
color.overdue=red
color.footnote=cyan
color.header=cyan
color.warning=black on yellow
color.burndown.done=black on green
color.burndown.pending=black on cyan
color.burndown.started=black on white
color.calendar.due=green on black
color.calendar.due.today=black on yellow
color.calendar.holiday=cyan
color.calendar.day=cyan
color.calendar.overdue=black on red
color.calendar.today=black on green
color.calendar.weekend=on color11
color.calendar.weeknumber=color11
color.history.add=black on white
color.history.delete=black on cyan
color.history.done=black on green
color.summary.background=on black
color.summary.bar=color0 on green
color.sync.added=green
color.sync.changed=green
color.sync.rejected=red
color.undo.after=
color.undo.before=
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-1week ) and ( +PENDING or +WAITING )
fontunderline = off
weekstart = monday
uda.priority.default = M
# Urgency
urgency.user.tag.work.coefficient=5
urgency.user.tag.bug.coefficient=5
urgency.user.tag.finance.coefficient=2.5
# Time estimation
uda.estimate.type=duration
uda.estimate.label=Estimated Duration
uda.estimate.default=1hour
# Time duration
uda.totalactivetime.type=duration
uda.totalactivetime.label=Effective Duration
uda.totalactivetime.values=''
# Custom next report
report.next.columns=id,priority,recur.indicator,scheduled.countdown,due.relative,until.remaining,estimate,totalactivetime,tags,project,description,depends,urgency
report.next.labels=ID,P,R,S,Due,Until,Estimate,Duration,Tags,Project,Description,Deps,Urg
# Context
context.week=+WEEK or +OVERDUE or +next or +ACTIVE
context.today=+OVERDUE or +TODAY or +next or +ACTIVE
context.delegate=+delegate
context.life=-work
context.work=+work
context.today_work=+OVERDUE and +work or +TODAY and +work or +next and +work or +ACTIVE
context.today_life=+OVERDUE and -work or +TODAY and -work or +next and -work or +ACTIVE
context.week_work=+OVERDUE and +work or +WEEK and +work or +next and +work or +ACTIVE
context.week_life=+OVERDUE and -work or +WEEK and -work or +next and -work or +ACTIVE
# Set by Taskwarrior
context.Analyze=project:Analyze