diff options
author | Yigit Sever | 2022-01-08 21:48:10 +0300 |
---|---|---|
committer | Yigit Sever | 2022-01-09 15:42:19 +0300 |
commit | e599d8d71244fb046040e81a0c76d1eeb599c7a0 (patch) | |
tree | b979524858f6395bab464b39293372561504f320 /.config | |
parent | f24d45c296893f9945843586a2d7fbbe62c854ae (diff) | |
download | dotfiles-e599d8d71244fb046040e81a0c76d1eeb599c7a0.tar.gz dotfiles-e599d8d71244fb046040e81a0c76d1eeb599c7a0.tar.bz2 dotfiles-e599d8d71244fb046040e81a0c76d1eeb599c7a0.zip |
task, maus: fix active task
Diffstat (limited to '.config')
-rw-r--r-- | .config/task/taskrc##h.maus | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.config/task/taskrc##h.maus b/.config/task/taskrc##h.maus index 16f0d8c..14ac69b 100644 --- a/.config/task/taskrc##h.maus +++ b/.config/task/taskrc##h.maus | |||
@@ -78,11 +78,17 @@ report.active.description = Current task | |||
78 | report.active.labels = ID,Description | 78 | report.active.labels = ID,Description |
79 | report.active.columns = id,description | 79 | report.active.columns = id,description |
80 | 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 | |||
81 | calendar.details=full | 87 | calendar.details=full |
82 | taskd.credentials=me\/yigit sever\/765df4a2-6c6c-408b-a266-17117e944f4e | 88 | taskd.credentials=me\/yigit sever\/765df4a2-6c6c-408b-a266-17117e944f4e |
83 | taskd.certificate=\/home\/yigit\/.local\/share\/task\/maus.cert.pem | 89 | taskd.certificate=~/.local/share/task/maus.cert.pem |
84 | taskd.key=\/home\/yigit\/.local\/share\/task\/maus.key.pem | 90 | taskd.key=~/.local/share/task/maus.key.pem |
85 | taskd.ca=\/home\/yigit\/.local\/share\/task\/ca.cert.pem | 91 | taskd.ca=~/.local/share/task/ca.cert.pem |
86 | taskd.server=yigitsever.com:53414 | 92 | taskd.server=yigitsever.com:53414 |
87 | context.home.read=+@home | 93 | context.home.read=+@home |
88 | context.home.write=+@home | 94 | context.home.write=+@home |