diff options
Diffstat (limited to '.taskrc##desktop.Linux.Maus')
-rw-r--r-- | .taskrc##desktop.Linux.Maus | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/.taskrc##desktop.Linux.Maus b/.taskrc##desktop.Linux.Maus new file mode 100644 index 0000000..23addf7 --- /dev/null +++ b/.taskrc##desktop.Linux.Maus | |||
@@ -0,0 +1,90 @@ | |||
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/Dropbox/.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 | ###### GTD Configuration ###### | ||
33 | ### 'in' Report Definition | ||
34 | report.in.columns = id,description | ||
35 | report.in.description = Inbox | ||
36 | report.in.filter = status:pending limit:page (+in) | ||
37 | report.in.labels = ID,Description | ||
38 | |||
39 | ### 'inConky' Report Definition | ||
40 | report.inConky.columns = description | ||
41 | report.inConky.description = Inbox for Conky | ||
42 | report.inConky.filter = status:pending limit:page (+in) | ||
43 | report.inConky.labels = Description | ||
44 | # | ||
45 | ### 'todo' Report Definition | ||
46 | report.todo.columns = id,description,due | ||
47 | report.todo.labels = ID,Description,Due | ||
48 | report.todo.description = Tasks with due dates | ||
49 | report.todo.filter = status:pending and due.after:now and due.before:later | ||
50 | report.todo.sort = due+ | ||
51 | report.todo.dateformat = D/M, a @H:N | ||
52 | |||
53 | ### 'todo to Show in Conky' Report Definition | ||
54 | report.todoConky.columns = description,due | ||
55 | report.todoConky.labels = Description, Due | ||
56 | report.todoConky.description = Tasks to do | ||
57 | report.todoConky.sort = due+ | ||
58 | report.todoConky.filter = status:pending and due.after:now and due.before:later | ||
59 | report.todoConky.dateformat = D-M-y H:N (A) | ||
60 | |||
61 | ### report for focus script | ||
62 | report.custom_focus.columns = description | ||
63 | report.custom_focus.labels = Description | ||
64 | report.custom_focus.description = Task to feed to focus script | ||
65 | report.custom_focus.filter = status:pending and +ACTIVE | ||
66 | |||
67 | ### contexts | ||
68 | context.home = +@home or +@online | ||
69 | context.work = +@work or +@online | ||
70 | |||
71 | ### user defined attribute brainpower (difficulty of tasks) | ||
72 | uda.brainpower.type = string | ||
73 | uda.brainpower.label = Brainpower | ||
74 | uda.brainpower.values = H,M,L | ||
75 | uda.brainpower.default = M | ||
76 | |||
77 | ### overriding 'next' report | ||
78 | report.next.description = Most urgent tasks | ||
79 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower | ||
80 | report.next.filter = status:pending and due.none: and +next | ||
81 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower | ||
82 | report.next.sort = brainpower-,priority-,urgency- | ||
83 | |||
84 | calendar.details=full | ||
85 | taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem | ||
86 | taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem | ||
87 | taskd.ca=\/home\/yigit\/.task\/ca.cert.pem | ||
88 | taskd.server=yigitsever.bike:53589 | ||
89 | taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd | ||
90 | taskd.trust=ignore hostname | ||