summaryrefslogtreecommitdiff
path: root/jive.sh
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-02-10 14:47:47 -0700
committermo khan <mo@mokhan.ca>2025-02-10 14:47:47 -0700
commitb2bf2e20fe0bd813e17e311fe1df67483f4b192b (patch)
tree041455ae7fc3d09482dee7b6a3b0de12bdff31e1 /jive.sh
parent5f6131b49c3d559ea717e401accd15f8c2193e2f (diff)
Merge code from gem because the git history is lostHEADmain
Diffstat (limited to 'jive.sh')
-rw-r--r--jive.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/jive.sh b/jive.sh
index f936b7f..80789f9 100644
--- a/jive.sh
+++ b/jive.sh
@@ -56,6 +56,10 @@ __jive_execute_task() {
# shellcheck disable=SC2164
cd "${task//cd:/}"
;;
+ ctags:*)
+ # shellcheck disable=SC2164
+ ctags -R "${task//ctags:/}"
+ ;;
setenv:*)
export "${task//setenv:/}"
;;