aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2021-06-03 11:03:01 -0600
committerAlexis Hovorka <[email protected]>2021-06-03 11:03:01 -0600
commitae83c51d58c5e217e077c84608b3ce5bae3dd652 (patch)
tree2e674d3dbdf4d67bee648e618105842d16e2f27f
parent12b09bf564fea5e0554200c6ecc0d837b89bad34 (diff)
[feat] Add `task context` abbreviation (ctx)
-rwxr-xr-xbase/taskw4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/taskw b/base/taskw
index c48fc41..75fbf82 100755
--- a/base/taskw
+++ b/base/taskw
@@ -39,6 +39,10 @@ case $CMD in
fi
;;
+ ctx)
+ $TASKBIN context $@
+ ;;
+
projects)
$TASKBIN rc.verbose=blank,label rc.context= rc.list.all.projects=1 projects $@
;;