diff options
Diffstat (limited to '.taskrc##h.maus')
-rw-r--r-- | .taskrc##h.maus | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/.taskrc##h.maus b/.taskrc##h.maus new file mode 100644 index 0000000..cea901b --- /dev/null +++ b/.taskrc##h.maus | |||
@@ -0,0 +1,112 @@ | |||
1 | # [Created by task 2.5.1 2/6/2017 17:29:09] | ||
2 | # Taskwarrior program configuration file. | ||
3 | # For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', | ||
4 | # 'man task-sync' or 'man taskrc' | ||
5 | |||
6 | # Here is an example of entries that use the default, override and blank values | ||
7 | # variable=foo -- By specifying a value, this overrides the default | ||
8 | # variable= -- By specifying no value, this means no default | ||
9 | # #variable=foo -- By commenting out the line, or deleting it, this uses the default | ||
10 | |||
11 | # Use the command 'task show' to see all defaults and overrides | ||
12 | |||
13 | # Files | ||
14 | data.location=/home/yigit/.local/share/task | ||
15 | |||
16 | # Color theme (uncomment one to use) | ||
17 | #include /usr/share/doc/task/rc/light-16.theme | ||
18 | #include /usr/share/doc/task/rc/light-256.theme | ||
19 | #include /usr/share/doc/task/rc/dark-16.theme | ||
20 | #include /usr/share/doc/task/rc/dark-256.theme | ||
21 | #include /usr/share/doc/task/rc/dark-red-256.theme | ||
22 | #include /usr/share/doc/task/rc/dark-green-256.theme | ||
23 | #include /usr/share/doc/task/rc/dark-blue-256.theme | ||
24 | #include /usr/share/doc/task/rc/dark-violets-256.theme | ||
25 | #include /usr/share/doc/task/rc/dark-yellow-green.theme | ||
26 | #include /usr/share/doc/task/rc/dark-gray-256.theme | ||
27 | #include /usr/share/doc/task/rc/dark-gray-blue-256.theme | ||
28 | #include /usr/share/doc/task/rc/solarized-dark-256.theme | ||
29 | #include /usr/share/doc/task/rc/solarized-light-256.theme | ||
30 | #include /usr/share/doc/task/rc/no-color.theme | ||
31 | |||
32 | color.blocking=black on color13 | ||
33 | color.error=bold black on red | ||
34 | |||
35 | ###### GTD Configuration ###### | ||
36 | ### 'in' Report Definition | ||
37 | report.in.columns = id,description | ||
38 | report.in.description = Inbox | ||
39 | report.in.filter = status:pending limit:page (+in) and due.none: | ||
40 | report.in.labels = ID,Description | ||
41 | |||
42 | ### 'inConky' Report Definition | ||
43 | report.inConky.columns = description | ||
44 | report.inConky.description = Inbox for Conky | ||
45 | report.inConky.filter = status:pending limit:page (+in) | ||
46 | report.inConky.labels = Description | ||
47 | # | ||
48 | ### 'todo' Report Definition | ||
49 | report.todo.columns = id,description,due | ||
50 | report.todo.labels = ID,Description,Due | ||
51 | report.todo.description = Tasks with due dates | ||
52 | report.todo.filter = status:pending and due.after:now and due.before:later | ||
53 | report.todo.sort = due+ | ||
54 | report.todo.dateformat = D/M, a @H:N | ||
55 | |||
56 | ### 'todo to Show in Conky' Report Definition | ||
57 | report.todoConky.columns = description,due | ||
58 | report.todoConky.labels = Description, Due | ||
59 | report.todoConky.description = Tasks to do | ||
60 | report.todoConky.sort = due+ | ||
61 | report.todoConky.filter = status:pending and due.after:now and due.before:later | ||
62 | report.todoConky.dateformat = D-M-y H:N (A) | ||
63 | |||
64 | ### report for focus script | ||
65 | report.custom_focus.columns = description,start.age | ||
66 | report.custom_focus.labels = Description,active | ||
67 | report.custom_focus.description = Task to feed to focus script | ||
68 | report.custom_focus.filter = status:pending and +ACTIVE | ||
69 | |||
70 | ### report for stopping the focused task | ||
71 | report.custom_stop.columns = id | ||
72 | report.custom_stop.labels = ID | ||
73 | report.custom_stop.description = Task id to feed to stop script | ||
74 | report.custom_stop.filter = status:pending and +ACTIVE | ||
75 | |||
76 | ### contexts | ||
77 | context.work = +@work # researcher, ta, student, stuff that needs to be done | ||
78 | context.home = +@home # ricing, errands, stuff that would like to do | ||
79 | context.tablet = +@tablet # stuff to do on tablet, reclining | ||
80 | |||
81 | ### user defined attribute brainpower (difficulty of tasks) | ||
82 | uda.brainpower.type = string | ||
83 | uda.brainpower.label = Brainpower | ||
84 | uda.brainpower.values = H,M,L | ||
85 | uda.brainpower.default = M | ||
86 | |||
87 | ### overriding 'next' report | ||
88 | report.next.description = Most urgent tasks | ||
89 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower | ||
90 | report.next.filter = +UNBLOCKED status:pending and +next | ||
91 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower | ||
92 | report.next.sort = brainpower-,priority-,urgency- | ||
93 | |||
94 | ### bin/done selection | ||
95 | report.custom_done.description = Brief next task list | ||
96 | report.custom_done.columns = id,description,due.remaining | ||
97 | report.custom_done.filter = +UNBLOCKED status:pending and +next | ||
98 | report.custom_done.labels = ID,Description,Due | ||
99 | report.custom_done.sort = brainpower-,priority-,urgency- | ||
100 | |||
101 | ### override 'active' report | ||
102 | report.active.description = Current task | ||
103 | report.active.labels = ID,Description | ||
104 | report.active.columns = id,description | ||
105 | |||
106 | calendar.details=full | ||
107 | taskd.credentials=me\/yigit sever\/765df4a2-6c6c-408b-a266-17117e944f4e | ||
108 | taskd.certificate=\/home\/yigit\/.local\/share\/task\/maus.cert.pem | ||
109 | taskd.key=\/home\/yigit\/.local\/share\/task\/maus.key.pem | ||
110 | taskd.ca=\/home\/yigit\/.local\/share\/task\/ca.cert.pem | ||
111 | taskd.server=yigitsever.com:53414 | ||
112 | context=work | ||