mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Updated bash/zsh completions
This commit is contained in:
parent
0d2db81ffa
commit
8c40683396
@ -9,12 +9,14 @@ opts=(
|
|||||||
|
|
||||||
'(-)'{-p=,--profile=}'[start with specified profile]'
|
'(-)'{-p=,--profile=}'[start with specified profile]'
|
||||||
'(-)'{-ne,--no-extensions}'[start without extensions]'
|
'(-)'{-ne,--no-extensions}'[start without extensions]'
|
||||||
|
'(-)'{-po,--portable}'[start in portable mode]'
|
||||||
|
|
||||||
'(-)'{-nt,--new-tab}'[open new tab]'
|
'(-)'{-nt,--new-tab}'[open new tab]'
|
||||||
'(-)'{-nw,--new-window}'[open new window]'
|
'(-)'{-nw,--new-window}'[open new window]'
|
||||||
'(-)'{-pb,--private-browsing}'[start private browsing]'
|
'(-)'{-pb,--private-browsing}'[start private browsing]'
|
||||||
'(-)'{-dm,--download-manager}'[show download manager]'
|
'(-)'{-dm,--download-manager}'[show download manager]'
|
||||||
'(-)'{-nr,--no-remote}'[open new instance]'
|
'(-)'{-fs,--fullscreen}'[toggle fullscreen]'
|
||||||
|
'(-)'{-nr,--no-remote}'[open new browser instance]'
|
||||||
'(-)'{-ct=,--current-tab=}'[open URL in current tab]'
|
'(-)'{-ct=,--current-tab=}'[open URL in current tab]'
|
||||||
'(-)'{-ow=,--open-window=}'[open URL in new window]'
|
'(-)'{-ow=,--open-window=}'[open URL in new window]'
|
||||||
'*:files:_files'
|
'*:files:_files'
|
||||||
|
@ -8,8 +8,9 @@ _qupzilla()
|
|||||||
cur="${COMP_WORDS[COMP_CWORD]}"
|
cur="${COMP_WORDS[COMP_CWORD]}"
|
||||||
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
prev="${COMP_WORDS[COMP_CWORD-1]}"
|
||||||
opts="-h --help -a --authors -v --version -p= --profile=
|
opts="-h --help -a --authors -v --version -p= --profile=
|
||||||
-ne --no-extensions -nt --new-tab -pb --private-browsing
|
-ne --no-extensions -po --portable -nt --new-tab
|
||||||
-dm --download-manager -nr --no-remote -ct= --current-tab=
|
-nw --new-window -pb --private-browsing -dm --download-manager
|
||||||
|
-fs --fullscreen -nr --no-remote -ct= --current-tab=
|
||||||
-ow= --open-window="
|
-ow= --open-window="
|
||||||
|
|
||||||
if [[ ${cur} == -* ]] ; then
|
if [[ ${cur} == -* ]] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user