ZSH completions

This commit is contained in:
Nox Sluijtman 2023-10-20 17:55:10 +02:00
parent c709793a7d
commit b9cf6d786c
5 changed files with 42 additions and 7 deletions

View file

@ -0,0 +1,18 @@
#compdef _open-bookmark open-bookmark
_arguments : \
"(-f -r -d -R -h)-f[use 'fzf' to open bookmarks file]" \
"(-s -r -d -R -h)-r[use 'rofi' to open bookmarks file]" \
"(-s -f -d -R -h)-s[use 'sk' to open bookmarks file]" \
"(-s -f -r -R -h)-d[use '$MENU' to open bookmarks file]" \
"(-s -f -r -d -h)-R[open random bookmark]" \
"(-s -f -r -d -R)-h[print usage and exit]"
_arguments : $arguments