summaryrefslogtreecommitdiff
path: root/config/essentials/zsh/completions/_ws
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-13 12:55:55 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-13 12:55:55 +0200
commit6e1d0b1f334b8e2b57309cd3ee0c4c0ee2511f75 (patch)
tree53a2aa6bf42251b57813f6f0753d0839b8e2684e /config/essentials/zsh/completions/_ws
parent3edcea302050baacb1b4ca0c042f9c2680a46386 (diff)
checkpoint
Diffstat (limited to 'config/essentials/zsh/completions/_ws')
-rw-r--r--config/essentials/zsh/completions/_ws12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/essentials/zsh/completions/_ws b/config/essentials/zsh/completions/_ws
deleted file mode 100644
index f25d26b..0000000
--- a/config/essentials/zsh/completions/_ws
+++ /dev/null
@@ -1,12 +0,0 @@
-#compdef ws
-local -a subcmds
-subcmds=('add: Adds a task to the end of the stack'
- 'done: Mark a task as done'
- 'undone: Mask a task as undone'
- 'pc: Procrastinate task a task to end of stack'
- 'del: Delete an active task'
- 'ls: List active tasks'
- 'list: List all tasks'
- 'reset: Recreate the tasks.gob file'
- 'help: Show this help')
-_describe 'ws commands' subcmds