Add autocomplete for --preserve in bash and zsh

This commit is contained in:
humCopper 2019-05-03 17:50:28 -05:00
parent cf4d0112d2
commit 60de643ec5
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ _buku () {
-i --import
--immutable
-n --count
--preserve
-r --sreg
--replace
-s --sany

View File

@ -30,6 +30,7 @@ args=(
'(--np)--np[noninteractive mode]'
'(-o --open)'{-o,--open}'[open bookmarks in browser]'
'(--oa)--oa[browse all search results immediately]'
'(--preserve)--preserve[preserve options]'
'(-p --print)'{-p,--print}'[show bookmark details]'
'(-r --sreg)'{-r,--sreg}'[match a regular exression]:regex'
'(--replace)--replace[replace a tag]:tag to replace'