ZSH completions
This commit is contained in:
parent
c709793a7d
commit
b9cf6d786c
5 changed files with 42 additions and 7 deletions
18
src/completions/_open-bookmark
Normal file
18
src/completions/_open-bookmark
Normal 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue