summaryrefslogtreecommitdiffstats
path: root/taskrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-08-13 08:46:35 +0100
committerMatthew Lemon <y@yulqen.org>2023-08-13 08:46:35 +0100
commit2ec7d76cec357bade0760ed9636f9ecb0e037f3d (patch)
treeaa89c5b6948320881725f960ea7877901b80b273 /taskrc
parent09c0317bf5a60418957f4f8cd89de012b6714b59 (diff)
Adds homeonly context to taskwarrior
Diffstat (limited to '')
-rw-r--r--taskrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/taskrc b/taskrc
index fb8baa8..9a545cc 100644
--- a/taskrc
+++ b/taskrc
@@ -196,10 +196,13 @@ context.work.read=(project:w or project:Inbox)
#context.home=project:h
context.home.write=project:Inbox
context.home.read=(project:h or project:Inbox)
+context.homeonly.write=project:Inbox
+context.homeonly.read=(project:h and project.not:h.comp.code)
# context.code=project:code
# context.work=-code +dft
# context.nowork=-dft
-context.nocode=project.not:code
+context.nocode=project.not:h.comp.code
+context.code=project:h.comp.code
# context.home=(project.not:code) -dft