summaryrefslogtreecommitdiffstats
path: root/.config/task/taskrc##h.luchs
blob: a1358f6334e85d4130773f60e139ef6cd9bde967 (plain)
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
# Taskwarrior program configuration file.

# Files
data.location=/home/yigit/.local/share/task

color.blocking=black on color13
color.error=bold black on red

###### GTD Configuration ######
### 'in' Report Definition
report.in.columns     = id,description
report.in.description = Inbox
report.in.filter      = status:pending -WAITING limit:page (+in)
report.in.labels      = ID,Description
report.in.context     = 0

### 'inConky' Report Definition
report.inConky.columns     = description
report.inConky.description = Inbox for Conky
report.inConky.filter      = status:pending -WAITING limit:page (+in)
report.inConky.labels      = Description

### 'todo' Report Definition
report.todo.columns     = id,description,due
report.todo.labels      = ID,Description,Due
report.todo.description = Tasks with due dates
report.todo.filter      = status:pending -WAITING and due.after:now and due.before:later
report.todo.sort        = due+
report.todo.dateformat  = D/M, a @H:N

### 'todo to Show in Conky' Report Definition
report.todoConky.columns     = description,due
report.todoConky.labels      = Description, Due
report.todoConky.description = Tasks to do
report.todoConky.sort        = due+
report.todoConky.filter      = status:pending and due.after:now and due.before:later
report.todoConky.dateformat  = D-M-y H:N (A)

### report for focus script
report.custom_focus.columns     = description,start.age
report.custom_focus.labels      = Description,active
report.custom_focus.description = Task to feed to focus script
report.custom_focus.filter      = status:pending -WAITING and +ACTIVE

### report for stopping the focused task
report.custom_stop.columns     = id
report.custom_stop.labels      = ID
report.custom_stop.description = Task id to feed to stop script
report.custom_stop.filter      = status:pending and +ACTIVE

### contexts
context.work = +@work # researcher, ta, student, stuff that needs to be done
context.home = +@home # ricing, errands, stuff that would like to do
context.tablet = +@tablet # stuff to do on tablet, reclining

### user defined attribute brainpower (difficulty of tasks)
uda.brainpower.type    = string
uda.brainpower.label   = Brainpower
uda.brainpower.values  = H,M,L
uda.brainpower.default = M

### overriding 'next' report
report.next.description = Most urgent tasks
report.next.columns     = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower
report.next.filter      = +UNBLOCKED status:pending and +next
report.next.labels      = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower
report.next.sort        = brainpower-,priority-,urgency-

### bin/done selection
report.custom_done.description = Brief next task list
report.custom_done.columns     = id,description,due.remaining
report.custom_done.filter      = +UNBLOCKED status:pending and +next
report.custom_done.labels      = ID,Description,Due
report.custom_done.sort        = brainpower-,priority-,urgency-

### override 'active' report
report.active.description = Current task
report.active.labels      = ID,Description
report.active.columns     = id,description

calendar.details=full
taskd.credentials=me\/yigit sever\/765df4a2-6c6c-408b-a266-17117e944f4e
taskd.certificate=~/.local/share/task/luchs.cert.pem
taskd.key=~/.local/share/task/luchs.key.pem
taskd.ca=~/.local/share/task/ca.cert.pem
taskd.server=yigitsever.com:53414
taskd.server=yigitsever.com:53414
context.home.read=+@home
context.home.write=+@home
context.tablet.read=+@tablet
context.tablet.write=+@tablet
context.work.read=+@work
context.work.write=+@work
news.version=2.6.0