From e73e19e82a893bacd3c1da87835bc066aa69bb23 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 8 Oct 2024 14:54:50 +0200 Subject: checkpoint --- config/essentials/zsh/completions/_ws | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/essentials/zsh/completions/_ws (limited to 'config/essentials/zsh/completions/_ws') diff --git a/config/essentials/zsh/completions/_ws b/config/essentials/zsh/completions/_ws new file mode 100644 index 0000000..f25d26b --- /dev/null +++ b/config/essentials/zsh/completions/_ws @@ -0,0 +1,12 @@ +#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 -- cgit v1.2.3