aboutsummaryrefslogtreecommitdiff
path: root/shell-integration
diff options
context:
space:
mode:
Diffstat (limited to 'shell-integration')
-rwxr-xr-xshell-integration/cbt-completions.zsh7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell-integration/cbt-completions.zsh b/shell-integration/cbt-completions.zsh
new file mode 100755
index 0000000..d11307d
--- /dev/null
+++ b/shell-integration/cbt-completions.zsh
@@ -0,0 +1,7 @@
+#! /usr/bin/env zsh
+
+_cbt() {
+ reply=( "${(ps:\n:)$(cbt taskNames)}" )
+}
+
+compctl -K _cbt cbt