diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-03-30 18:37:36 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-03-30 18:37:36 +0000 |
commit | 2e69c9ffd2e9fe5260e7eac213236f3c352650c6 (patch) | |
tree | 7ec848161a1586a4c387ed56f7166619e4da7544 /Completion/Unix/Command | |
parent | 78d461126f0e9f8f302c441a730d9bee94de31ed (diff) | |
download | zsh-2e69c9ffd2e9fe5260e7eac213236f3c352650c6.tar.gz zsh-2e69c9ffd2e9fe5260e7eac213236f3c352650c6.tar.xz zsh-2e69c9ffd2e9fe5260e7eac213236f3c352650c6.zip |
27847: completion for uzbl.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_uzbl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_uzbl b/Completion/Unix/Command/_uzbl new file mode 100644 index 000000000..570b20266 --- /dev/null +++ b/Completion/Unix/Command/_uzbl @@ -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]' + |