diff options
Diffstat (limited to '.config/task/taskrc')
| -rw-r--r-- | .config/task/taskrc | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/.config/task/taskrc b/.config/task/taskrc new file mode 100644 index 0000000..ebd5d92 --- /dev/null +++ b/.config/task/taskrc | |||
| @@ -0,0 +1,102 @@ | |||
| 1 | # Taskwarrior program configuration file. | ||
| 2 | |||
| 3 | # Files | ||
| 4 | data.location=/home/yigit/.local/share/task | ||
| 5 | |||
| 6 | color.blocking=on rgb200 | ||
| 7 | color.error=bold black on red | ||
| 8 | |||
| 9 | ###### GTD Configuration ###### | ||
| 10 | ### 'in' Report Definition | ||
| 11 | report.in.columns = id,description | ||
| 12 | report.in.description = Inbox | ||
| 13 | report.in.filter = status:pending -WAITING limit:page (+in) | ||
| 14 | report.in.labels = ID,Description | ||
| 15 | report.in.context = 0 | ||
| 16 | |||
| 17 | ### 'inConky' Report Definition | ||
| 18 | report.inConky.columns = description | ||
| 19 | report.inConky.description = Inbox for Conky | ||
| 20 | report.inConky.filter = status:pending -WAITING limit:page (+in) | ||
| 21 | report.inConky.labels = Description | ||
| 22 | |||
| 23 | ### 'todo' Report Definition | ||
| 24 | report.todo.columns = id,description,due | ||
| 25 | report.todo.labels = ID,Description,Due | ||
| 26 | report.todo.description = Tasks with due dates | ||
| 27 | report.todo.filter = status:pending -WAITING and due.after:now and due.before:later | ||
| 28 | report.todo.sort = due+ | ||
| 29 | report.todo.dateformat = D/M, a @H:N | ||
| 30 | |||
| 31 | ### 'todo to Show in Conky' Report Definition | ||
| 32 | report.todoConky.columns = description,due | ||
| 33 | report.todoConky.labels = Description, Due | ||
| 34 | report.todoConky.description = Tasks to do | ||
| 35 | report.todoConky.sort = due+ | ||
| 36 | report.todoConky.filter = status:pending and due.after:now and due.before:later | ||
| 37 | report.todoConky.dateformat = D-M-y H:N (A) | ||
| 38 | |||
| 39 | ### report for focus script | ||
| 40 | report.custom_focus.columns = description,start.age | ||
| 41 | report.custom_focus.labels = description,active | ||
| 42 | report.custom_focus.description = Task to feed to focus script | ||
| 43 | report.custom_focus.filter = status:pending -WAITING and +ACTIVE | ||
| 44 | |||
| 45 | ### report for stopping the focused task | ||
| 46 | report.custom_stop.columns = id | ||
| 47 | report.custom_stop.labels = ID | ||
| 48 | report.custom_stop.description = Task id to feed to stop script | ||
| 49 | report.custom_stop.filter = status:pending and +ACTIVE | ||
| 50 | |||
| 51 | ### contexts | ||
| 52 | context.work = +@work # researcher, ta, student, stuff that needs to be done | ||
| 53 | context.home = +@home # ricing, errands, stuff that would like to do | ||
| 54 | context.tablet = +@tablet # stuff to do on tablet, reclining | ||
| 55 | |||
| 56 | ### user defined attribute brainpower (difficulty of tasks) | ||
| 57 | uda.brainpower.type = string | ||
| 58 | uda.brainpower.label = Brainpower | ||
| 59 | uda.brainpower.values = H,M,L | ||
| 60 | uda.brainpower.default = M | ||
| 61 | |||
| 62 | ### overriding 'next' report | ||
| 63 | report.next.description = Most urgent tasks | ||
| 64 | report.next.columns = id,start.age,entry.age,urgency,depends,priority,project,tags,recur,scheduled.countdown,due.remaining,until.remaining,description,brainpower | ||
| 65 | report.next.filter = +UNBLOCKED status:pending and +next | ||
| 66 | report.next.labels = ID,Active,Age,Urgency,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Brainpower | ||
| 67 | report.next.sort = brainpower-,priority-,urgency- | ||
| 68 | |||
| 69 | ### bin/done selection | ||
| 70 | report.custom_done.description = Brief next task list | ||
| 71 | report.custom_done.columns = id,description.count,due.remaining | ||
| 72 | report.custom_done.filter = +UNBLOCKED status:pending and +next | ||
| 73 | report.custom_done.labels = ID,Description,Due | ||
| 74 | report.custom_done.sort = brainpower-,priority-,urgency- | ||
| 75 | |||
| 76 | ### override 'active' report | ||
| 77 | report.active.description = Current task | ||
| 78 | report.active.labels = ID,Description | ||
| 79 | report.active.columns = id,description | ||
| 80 | |||
| 81 | ### You cannot head/tail report output now, this will be better ssh calm down | ||
| 82 | report.active_task_id.description = ID of the active task | ||
| 83 | report.active_task_id.labels = X | ||
| 84 | report.active_task_id.columns = id | ||
| 85 | report.active_task_id.filter = +ACTIVE | ||
| 86 | |||
| 87 | calendar.details=full | ||
| 88 | |||
| 89 | taskd.credentials=inthe_am/yig.sever/85a8b43c-24f1-4758-92e9-9edf74b61332 | ||
| 90 | taskd.certificate=~/.local/share/task/private.certificate.pem | ||
| 91 | taskd.key=~/.local/share/task/private.key.pem | ||
| 92 | taskd.ca=~/.local/share/task/ca.cert.pem | ||
| 93 | taskd.server=inthe.am:53589 | ||
| 94 | taskd.trust=strict | ||
| 95 | |||
| 96 | context.home.read=+@home | ||
| 97 | context.home.write=+@home | ||
| 98 | context.tablet.read=+@tablet | ||
| 99 | context.tablet.write=+@tablet | ||
| 100 | context.work.read=+@work | ||
| 101 | context.work.write=+@work | ||
| 102 | news.version=2.6.0 | ||
