diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-13 08:46:35 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-13 08:46:35 +0100 |
commit | 2ec7d76cec357bade0760ed9636f9ecb0e037f3d (patch) | |
tree | aa89c5b6948320881725f960ea7877901b80b273 /taskrc | |
parent | 09c0317bf5a60418957f4f8cd89de012b6714b59 (diff) |
Adds homeonly context to taskwarrior
Diffstat (limited to '')
-rw-r--r-- | taskrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |