-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.taskrc
More file actions
163 lines (129 loc) · 5.36 KB
/
Copy path.taskrc
File metadata and controls
163 lines (129 loc) · 5.36 KB
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
include ~/.tasksyncrc
# [Created by task 2.6.2 11/24/2025 17:05:54]
# Taskwarrior program configuration file.
# For more documentation, see https://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
# You can also refence environment variables:
# variable=$HOME/task
# variable=$VALUE
nag=
# Use the command 'task show' to see all defaults and overrides
uda.weight.type=numeric
uda.weight.label=Weight
urgency.uda.weight.coefficient=4
# Files
data.location=/home/alasdair/.task
# To use the default location of the XDG directories,
# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and uncomment below
#data.location=~/.local/share/task
#hooks.location=~/.config/task/hooks
# Color theme (uncomment one to use)
#include light-16.theme
#include light-256.theme
include dark-16.theme
#include dark-256.theme
#include dark-red-256.theme
#include dark-green-256.theme
#include dark-blue-256.theme
#include dark-violets-256.theme
#include dark-yellow-green.theme
#include dark-gray-256.theme
#include dark-gray-blue-256.theme
#include solarized-dark-256.theme
#include solarized-light-256.theme
#include no-color.theme
report.byproject.description=Grouped by project
report.byproject.filter=status:pending
report.byproject.columns=id,project,description,priority,due,tags,urgency
report.byproject.labels=ID,Project,Description,Pri,Due,Tags,Urgency
report.byproject.sort=project+/,urgency-
report.due.description=Tasks by due date
report.due.filter=status:pending and due.any:
report.due.columns=id,weight,project,description,priority,due,due.relative,tags,urgency
report.due.labels=ID,Weight,Project,Description,Pri,Due,Til,Tags,Urgency
report.due.sort=due+
report.horizon.description=Tasks on the horizon
report.horizon.filter=status:pending and due.any: and -OVERDUE and -DUETODAY and -plan
report.horizon.columns=id,weight,project,description,priority,due,due.relative,tags,urgency
report.horizon.labels=ID,Weight,Project,Description,Pri,Due,Til,Tags,Urgency
report.horizon.sort=due+
report.due7.description=Tasks overdue / due next 7 days
report.due7.filter=status:pending and due.any: due.before:today+8days
report.due7.columns=id,description,project,due,due.relative
report.due7.labels=ID,Description,Project,Due,Til
report.due7.sort=due+
report.week.description=Tasks overdue / due this week
report.week.filter=status:pending and (due.before:today or +WEEK)
report.week.columns=id,description,project,due,due.relative
report.week.labels=ID,Description,Project,Due,Til
report.week.sort=due+
report.plan.description=Planned tasks
report.plan.columns=id,project,description,priority,due,due.relative,urgency,tags,weight
report.plan.labels=ID,Project,Description,Pri,Due,Til,Urgency,Tags,Weight
report.plan.sort=weight-,urgency-
report.plan.filter=status:pending and (+plan or +OVERDUE or +DUETODAY)
report.plan-rofi.description=Planned tasks (rofi)
report.plan-rofi.columns=id,description,project
report.plan-rofi.labels=ID,Description,Project
report.plan-rofi.sort=weight-,urgency-
report.plan-rofi.filter=status:pending and +plan
report.deadlines.description=Deadlines sorted by due
report.deadlines.columns=id,project,description,priority,due,tags,urgency,weight
report.deadlines.labels=ID,Project,Description,Pri,Due,Tags,Urgency,weight
report.deadlines.sort=due+
report.deadlines.filter=status:pending and +deadline and due.any:
report.progress.description=Sub-tasks can progress
report.progress.columns=id,weight,project,description,tags,priority,due,urgency
report.progress.labels=ID,Weight,Project,Description,Tags,Pri,Due,Urgency
report.progress.sort=project+/
report.progress.filter=status:pending and (+BLOCKED or +BLOCKING or +deadline or +milestone)
news.version=3.4.2
context.work.read=project:w or project:article
context.work.write=project:w
context.work-all.read=project:w or project:article or project:quarto
context.work-all.write=project:w
context.writing.read=project:article or project:blog or project:quarto
context.writing.write=project:
context.quarto.read=project:quarto.dev or project:quarto
context.quarto.write=project:
context.outputs.read=project:article
context.outputs.write=project:
context.dev.read=project:dev or project:data or +dev
context.dev.write=project:dev
context.personal.read=project:dump or project:home or project:p
context.personal.write=project:p
context.personal-all.read=project:blog or project:dump or project:hard or project:home or project:p or project:soft
context.personal-all.write=project:
# General decoration
color.label=
color.label.sort=color15
color.alternate=on color8
color.header=
color.footnote=cyan
color.warning=bright yellow
color.error=red
color.debug=
# Task state
color.completed=
color.deleted=
color.active=color15 underline on blue
color.recurring=
color.scheduled=
color.until=
color.blocking=on color14
color.blocked=color8 on color10
# Priority
color.uda.priority.H=color15
color.uda.priority.M=color9
color.uda.priority.L=color10
# Due
color.due.today=
color.due=
color.overdue=red
color.tag.plan=black bold on magenta
color.tag.deadline=black bold on color11
color.tag.milestone=black bold on yellow