-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtaskrc
More file actions
57 lines (48 loc) · 2.33 KB
/
taskrc
File metadata and controls
57 lines (48 loc) · 2.33 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
# [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
color.overdue=rgb100
color.due.today=red
color.due=yellow
color.active=rgb035
context.travail=+travail or +morneaushepell
context.étude=+udem or +doctorat +diro
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