summaryrefslogtreecommitdiffstats
path: root/.config/task/taskrc##h.lowe
diff options
context:
space:
mode:
authorYigit Sever2021-10-14 19:18:29 +0300
committerYigit Sever2021-10-14 19:18:29 +0300
commita65f45bd1721ef91631e42f8fb7dabd9bfbc7582 (patch)
tree45885d998b4c16613b07fc349bfbf4f0fc7690b4 /.config/task/taskrc##h.lowe
parentca95f601bf4a46e5057b9c63810029f4de3a21d1 (diff)
downloaddotfiles-a65f45bd1721ef91631e42f8fb7dabd9bfbc7582.tar.gz
dotfiles-a65f45bd1721ef91631e42f8fb7dabd9bfbc7582.tar.bz2
dotfiles-a65f45bd1721ef91631e42f8fb7dabd9bfbc7582.zip
task: spring cleaning
Diffstat (limited to '.config/task/taskrc##h.lowe')
-rw-r--r--.config/task/taskrc##h.lowe82
1 files changed, 41 insertions, 41 deletions
diff --git a/.config/task/taskrc##h.lowe b/.config/task/taskrc##h.lowe
index c8419c4..003a2d5 100644
--- a/.config/task/taskrc##h.lowe
+++ b/.config/task/taskrc##h.lowe
@@ -1,33 +1,7 @@
1# [Created by task 2.5.1 2/6/2017 17:29:09]
2# Taskwarrior program configuration file. 1# 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 2
13# Files 3# Files
14#data.location=/home/yigit/Dropbox/.task 4data.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 5
32color.blocking=black on color13 6color.blocking=black on color13
33color.error=bold black on red 7color.error=bold black on red
@@ -36,20 +10,21 @@ color.error=bold black on red
36### 'in' Report Definition 10### 'in' Report Definition
37report.in.columns = id,description 11report.in.columns = id,description
38report.in.description = Inbox 12report.in.description = Inbox
39report.in.filter = status:pending limit:page (+in) 13report.in.filter = status:pending -WAITING limit:page (+in)
40report.in.labels = ID,Description 14report.in.labels = ID,Description
15report.in.context = 0
41 16
42### 'inConky' Report Definition 17### 'inConky' Report Definition
43report.inConky.columns = description 18report.inConky.columns = description
44report.inConky.description = Inbox for Conky 19report.inConky.description = Inbox for Conky
45report.inConky.filter = status:pending limit:page (+in) 20report.inConky.filter = status:pending -WAITING limit:page (+in)
46report.inConky.labels = Description 21report.inConky.labels = Description
47# 22
48### 'todo' Report Definition 23### 'todo' Report Definition
49report.todo.columns = id,description,due 24report.todo.columns = id,description,due
50report.todo.labels = ID,Description,Due 25report.todo.labels = ID,Description,Due
51report.todo.description = Tasks with due dates 26report.todo.description = Tasks with due dates
52report.todo.filter = status:pending and due.after:now and due.before:later 27report.todo.filter = status:pending -WAITING and due.after:now and due.before:later
53report.todo.sort = due+ 28report.todo.sort = due+
54report.todo.dateformat = D/M, a @H:N 29report.todo.dateformat = D/M, a @H:N
55 30
@@ -65,11 +40,18 @@ report.todoConky.dateformat = D-M-y H:N (A)
65report.custom_focus.columns = description,start.age 40report.custom_focus.columns = description,start.age
66report.custom_focus.labels = Description,active 41report.custom_focus.labels = Description,active
67report.custom_focus.description = Task to feed to focus script 42report.custom_focus.description = Task to feed to focus script
68report.custom_focus.filter = status:pending and +ACTIVE 43report.custom_focus.filter = status:pending -WAITING and +ACTIVE
44
45### report for stopping the focused task
46report.custom_stop.columns = id
47report.custom_stop.labels = ID
48report.custom_stop.description = Task id to feed to stop script
49report.custom_stop.filter = status:pending and +ACTIVE
69 50
70### contexts 51### contexts
71context.home = +@home or +@online 52context.work = +@work # researcher, ta, student, stuff that needs to be done
72context.work = +@work or +@online 53context.home = +@home # ricing, errands, stuff that would like to do
54context.tablet = +@tablet # stuff to do on tablet, reclining
73 55
74### user defined attribute brainpower (difficulty of tasks) 56### user defined attribute brainpower (difficulty of tasks)
75uda.brainpower.type = string 57uda.brainpower.type = string
@@ -80,14 +62,32 @@ uda.brainpower.default = M
80### overriding 'next' report 62### overriding 'next' report
81report.next.description = Most urgent tasks 63report.next.description = Most urgent tasks
82report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower 64report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower
83report.next.filter = +UNBLOCKED status:pending and due.none: and +next 65report.next.filter = +UNBLOCKED status:pending and +next
84report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower 66report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower
85report.next.sort = brainpower-,priority-,urgency- 67report.next.sort = brainpower-,priority-,urgency-
86 68
69### bin/done selection
70report.custom_done.description = Brief next task list
71report.custom_done.columns = id,description,due.remaining
72report.custom_done.filter = +UNBLOCKED status:pending and +next
73report.custom_done.labels = ID,Description,Due
74report.custom_done.sort = brainpower-,priority-,urgency-
75
76### override 'active' report
77report.active.description = Current task
78report.active.labels = ID,Description
79report.active.columns = id,description
80
87calendar.details=full 81calendar.details=full
88taskd.certificate=\/home\/yigit\/.task\/yigit_sever.cert.pem 82taskd.credentials=me\/yigit sever\/765df4a2-6c6c-408b-a266-17117e944f4e
89taskd.key=\/home\/yigit\/.task\/yigit_sever.key.pem 83taskd.certificate=~/.local/share/task/lowe.cert.pem
90taskd.ca=\/home\/yigit\/.task\/ca.cert.pem 84taskd.key=~/.local/share/task/lowe.key.pem
91taskd.server=localhost:53589 85taskd.ca=~/.local/share/task/ca.cert.pem
92taskd.credentials=Public\/Yigit Sever\/d4682d9a-9895-4127-86af-8d2ffc6fffcd 86taskd.server=yigitsever.com:53414
93taskd.trust=ignore hostname 87context.home.read=+@home
88context.home.write=+@home
89context.tablet.read=+@tablet
90context.tablet.write=+@tablet
91context.work.read=+@work
92context.work.write=+@work
93news.version=2.6.0