mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
27847: completion for uzbl.
This commit is contained in:
parent
78d461126f
commit
2e69c9ffd2
2 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-03-30 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 27847: Completion/Unix/Command/_uzbl: completion for uzbl.
|
||||
|
||||
2010-03-29 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 27843: Simon Ruderich: Doc/Zsh/options.yo: claimed format for
|
||||
|
@ -12979,5 +12983,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4947 $
|
||||
* $Revision: 1.4948 $
|
||||
*****************************************************
|
||||
|
|
10
Completion/Unix/Command/_uzbl
Normal file
10
Completion/Unix/Command/_uzbl
Normal file
|
@ -0,0 +1,10 @@
|
|||
#compdef uzbl uzbl-browser uzbl-tabbed
|
||||
|
||||
_arguments \
|
||||
'(-u --uri)'{-u,--uri=}':uri to load:_urls' \
|
||||
'(-v --verbose)'{-v,--verbose}'[verbose]' \
|
||||
'(-n --name)'{-n,--name=}':instance name' \
|
||||
'(-c --config)'{-c,--config=}':config file:_files' \
|
||||
'--display=:X display:_x_display' \
|
||||
'--help[help]'
|
||||
|
Loading…
Reference in a new issue