From 012c375159f41653c763aefe6f6225645a1fe52e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 7 Dec 2025 20:27:10 +0000 Subject: [PATCH] task: update home/work contexts to exclude/include gitlab tags --- task/taskrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.51.2