From: Samir Benmendil Date: Sun, 7 Dec 2025 20:27:10 +0000 (+0000) Subject: task: update home/work contexts to exclude/include gitlab tags X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/012c375159f41653c763aefe6f6225645a1fe52e?ds=sidebyside task: update home/work contexts to exclude/include gitlab tags --- diff --git a/task/taskrc b/task/taskrc index 4e007f5..73d2555 100644 --- a/task/taskrc +++ b/task/taskrc @@ -151,7 +151,7 @@ taskd.server=rmz.io:53589 # Context ## Combination of work and home related chores/habits -context.wfh.read = (work:yes or work:wfh or +habit or +chore) +context.wfh.read = (work:yes or work:wfh or +habit or +chore or +gitlab) context.wfh.write = work:yes ## Work only for planning (maybe not needed?) @@ -159,7 +159,7 @@ context.work.read = work.any: context.work.write = work:yes ## Home, no work -context.home.read = work.none: +context.home.read = (work.none: and -gitlab) ## Outside, meant to be for checking on phone for other things I should do while out context.outside.read=+outside