From 2e69c9ffd2e9fe5260e7eac213236f3c352650c6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 30 Mar 2010 18:37:36 +0000 Subject: 27847: completion for uzbl. --- ChangeLog | 6 +++++- Completion/Unix/Command/_uzbl | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Completion/Unix/Command/_uzbl diff --git a/ChangeLog b/ChangeLog index 90eb14ed6..5ef0532d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-30 Clint Adams + + * 27847: Completion/Unix/Command/_uzbl: completion for uzbl. + 2010-03-29 Peter Stephenson * 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 $ ***************************************************** 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]' + -- cgit 1.4.1