-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtaskrc
More file actions
87 lines (71 loc) · 3.24 KB
/
Copy pathtaskrc
File metadata and controls
87 lines (71 loc) · 3.24 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
# [Created by task 2.5.1 1/12/2019 03:53:21]
# 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
# Color theme (uncomment one to use)
#include /usr/share/taskwarrior/light-16.theme
#include /usr/share/taskwarrior/light-256.theme
#include /usr/share/taskwarrior/dark-16.theme
# include /usr/share/taskwarrior/dark-256.theme
#include /usr/share/taskwarrior/dark-red-256.theme
#include /usr/share/taskwarrior/dark-green-256.theme
# include /usr/share/taskwarrior/dark-blue-256.theme
# include /usr/share/taskwarrior/dark-violets-256.theme
# include /usr/share/taskwarrior/dark-yellow-green.theme
# include /usr/share/taskwarrior/dark-gray-256.theme
include /usr/share/taskwarrior/dark-gray-blue-256.theme
#include /usr/share/taskwarrior/solarized-dark-256.theme
#include /usr/share/taskwarrior/solarized-light-256.theme
#include /usr/share/taskwarrior/no-color.theme
# Échéances
color.overdue=bold red
color.due.today=yellow
color.due=rgb035
# Composantes à forte urgence
color.active=rgb040
color.blocking=bold rgb510
color.blocked=gray14
# Priorités (subtiles)
color.uda.priority.H=rgb035
color.uda.priority.M=rgb024
color.uda.priority.L=gray14
# Projet
color.project.none=gray10
# Récurrence
color.recurring=rgb013
# Interface taskwarrior-tui (doré #e0b870 ≈ rgb431)
uda.taskwarrior-tui.style.context.active=black on rgb431
uda.taskwarrior-tui.style.report-menu.active=black on rgb431
uda.taskwarrior-tui.style.calendar.title=on gray4
uda.taskwarrior-tui.style.report.selection=gray4 on rgb232
uda.taskwarrior-tui.style.title=rgb431
uda.taskwarrior-tui.style.title.border=gray8
uda.taskwarrior-tui.style.navbar=gray4 on rgb431
uda.taskwarrior-tui.style.command=gray4 on rgb431
# Précédence : blocking ressort devant projet/tags
rule.precedence.color=deleted,completed,active,overdue,due.today,blocking,keyword.,tag.,project.,scheduled,due,blocked,recurring,tagged,uda.
context.travail=+travail or +morneaushepell
context.épicerie=+épicerie
context.informatique=+informatique or +dev or +debian or +haskell or +système or +wsl
context.publique=-perso -travail -morneaushepell -job -professionnel -achat -udem -doctorat -diro -uqam -memoire
# Custom priority values
uda.priority.values=H,M,,L
# Custom reports
report.todo.description=À faire
report.todo.columns=id,project,tags,due,description
report.todo.labels=ID,Projet,Étiquettes,Dû,Description
report.todo.sort=priority-,urgency-,project+,id+
report.todo.filter=status:pending -ACTIVE -WAITING -BLOCKED (scheduled.before:today+1week or due.before:someday) description.hasnt:"(GH)"
report.doing.description=En cours
report.doing.columns=id,project,tags,description
report.doing.labels=ID,Projet,Étiquettes,Description
report.doing.sort=priority-,id+
report.doing.filter=status:pending +ACTIVE
news.version=3.3.0