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