summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-06-21 13:28:24 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-06-21 13:28:24 +0200
commitafd008d96bee0993ebbca697f93917b0897207bd (patch)
tree3956ca61a7affbdfe26ccd61e43cb66e5f8f623e /Completion/Unix/Command
parent394f3a47e464b67b17e2cb7166df066829250e88 (diff)
downloadzsh-afd008d96bee0993ebbca697f93917b0897207bd.tar.gz
zsh-afd008d96bee0993ebbca697f93917b0897207bd.zip
43073: various completion option updates
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_ansible52
-rw-r--r--Completion/Unix/Command/_git49
-rw-r--r--Completion/Unix/Command/_lynx33
-rw-r--r--Completion/Unix/Command/_mpc18
-rw-r--r--Completion/Unix/Command/_readelf3
-rw-r--r--Completion/Unix/Command/_sqlite27
-rw-r--r--Completion/Unix/Command/_subversion5
-rw-r--r--Completion/Unix/Command/_tmux8
-rw-r--r--Completion/Unix/Command/_user_admin1
-rw-r--r--Completion/Unix/Command/_wget11
-rw-r--r--Completion/Unix/Command/_xxd4
11 files changed, 152 insertions, 59 deletions
diff --git a/Completion/Unix/Command/_ansible b/Completion/Unix/Command/_ansible
index f05dac8a6..330ef66b7 100644
--- a/Completion/Unix/Command/_ansible
+++ b/Completion/Unix/Command/_ansible
@@ -30,7 +30,7 @@ case $service in
'(-D --diff)'{-D,--diff}'[show differences when changing small files and templates]'
'(-b --become)'{-b,--become}'[escalate privileges on remote system]'
'(-f --forks)'{-f+,--forks=}'[specify number of parallel processes to use]:processes [5]'
- '--become-method=[specify privilege escalation method to use]:method [sudo]:(sudo su pbrun pfexec doas dzdo ksu runas pmrun)'
+ '--become-method=[specify privilege escalation method to use]:method [sudo]:(sesu sudo su pbrun pfexec doas dzdo ksu runas pmrun enable)'
'--become-user=[specify remote user for running operations]:user:_users'
"--syntax-check[perform a syntax check on the playbook, but don't execute it]"
'!(-R --su-user -U --sudo-user)'{-R,-U,--su-user,--sudo-user}':user [root]:_users'
@@ -39,17 +39,20 @@ case $service in
ansible|ansible-console|ansible-inventory|ansible-playbook|ansible-pull|ansible-vault)
args+=(
'--ask-vault-pass[ask for vault password]'
- '--new-vault-id=[specify new vault identity to use for rekey]:vault id'
- '--new-vault-password-file=[specify new vault password file to use for rekey]:file:_files'
'--vault-id=[specify vault identity to use]:vault identity'
'--vault-password-file=[specify vault password file]:vault password file:_files'
)
;|
ansible|ansible-console|ansible-inventory|ansible-playbook|ansible-pull)
args+=(
- '--list-hosts[output list of matching hosts]'
- '(-i --inventory)'{-i+,--inventory=}'[specify inventory host file]:inventory file:_files'
+ '(-i --inventory)'{-i+,--inventory=}'[specify inventory host file or host list]: : _alternative "files\:inventory file\:_files"
+ "hosts\:host\: _sequence _hosts"'
'!(-i --inventory)--inventory-file=:inventory file:_files'
+ )
+ ;|
+ ansible|ansible-console|ansible-playbook|ansible-pull)
+ args+=(
+ '--list-hosts[output list of matching hosts]'
'(-l --limit)'{-l+,--limit=}'[further limit hosts to an additional pattern]:host subset:->hosts'
)
;|
@@ -58,21 +61,22 @@ case $service in
'(-e --extra-vars)'{-e+,--extra-vars=}'[set additional variables]:key=value or YAML/JSON'
)
;|
- ansible-playbook|ansible-pull)
+ ansible|ansible-console|ansible-inventory)
args+=(
- '(-t --tags)'{-t,--tags}'[only run plays and tasks tagged with these values]'
- "--skip-tags[only run plays and tasks whose tags don't match]"
+ '--playbook-dir=[specify substitute playbook directory]:directory:_directories'
)
;|
- ansible|ansible-pull)
+ ansible-playbook|ansible-pull)
args+=(
- '(-m --module-name)'{-m+,--module-name=}'[specify module]:module:->plugins'
+ '(-t --tags)'{-t,--tags}'[only run plays and tasks tagged with these values]'
+ "--skip-tags[only run plays and tasks whose tags don't match]"
)
;|
ansible)
args+=(
'(-a --args)'{-a+,--args=}'[specify command or module arguments]:arguments:->args'
'(-B --background)'{-B+,--background=}'[run asynchronously, failing after specified time]:fail timeout (seconds)'
+ '(-m --module-name)'{-m+,--module-name=}'[specify module]:module:->plugins'
'(-o --one-line)'{-o,--one-line}'[condense output]'
'(-P --poll)'{-P+,--poll=}'[specify the poll interval if using -B]:interval (seconds) [15]'
'(-t --tree)'{-t+,--tree=}'[specify directory for log output]:directory:_directories'
@@ -98,14 +102,16 @@ case $service in
;;
ansible-doc)
args+=(
- '(-l --list)'{-l,--list}'[list available plugins]'
- '(-s --snippet)'{-s,--snippet}'[show playbook snippet for specified plugins]'
+ '(-l --list -F --list_files -s --snippet)'{-l,--list}'[list available plugins]'
+ '(-l --list -F --list_files -s --snippet)'{-F,--list_files}'[show plugin names and their source files without summaries]'
+ '(-l --list -F --list_files -s --snippet)'{-s,--snippet}'[show playbook snippet for specified plugins]'
'(-t --type)'{-t+,--type=}'[choose plugin type]:plugin type [module]:(cache callback connection inventory lookup module strategy vars)'
'*:plugin:->plugins'
)
;;
ansible-inventory)
args+=(
+ '--export[when doing an --list, represent in a way that is optimized for export]'
'(-y --yaml)--graph[output inventory graph]'
'--host[output specific host information]'
'--list[output all hosts information]'
@@ -125,7 +131,7 @@ case $service in
;;
ansible-playbook)
args+=(
- '--flush-cache[clear the fact cache]'
+ '--flush-cache[clear the fact cache for every host in inventory]'
'--force-handlers[run handlers even if a task fails]'
'--list-tags[list all available tags]'
'--list-tasks[list all tasks that would be executed]'
@@ -139,6 +145,7 @@ case $service in
"--check[don't make any changes]"
'(-d --directory)'{-d+,--directory=}'[specify directory to checkout repository to]:directory:_directories'
'--full[do a full instead of a shallow clone]'
+ '(-m --module-name)'{-m+,--module-name=}'[specify repository module used for checking out repository]:module:(git subversion hg bzr)'
'--accept-host-key[adds the hostkey for the repo url if not already added]'
'--purge[purge checkout after playbook run]'
'(-f --force)'{-f,--force}'[run the playbook even if the repository could not be updated]'
@@ -153,6 +160,8 @@ case $service in
;;
ansible-vault)
args=( -A "-*" $args
+ '--new-vault-id=[specify new vault identity to use for rekey]:vault id'
+ '--new-vault-password-file=[specify new vault password file to use for rekey]:file:_files'
'*::args:->vault'
)
;;
@@ -200,9 +209,15 @@ case $state in
plugins)
plugvar=_ansible_${plug}_plugins
typeset -ga ${plug}
- (( ${(P)#plugvar} )) || set -A ${plugvar} \
- ${${(f)"$(_call_program plugins ansible-doc -t $plug -l)"}/ ##/:}
- _describe -t plugins "${plug} plugin" $plugvar && ret=0
+ if zstyle -T ":completion:${curcontext}:plugins" verbose; then
+ (( ${(P)#plugvar} )) || set -A ${plugvar} \
+ ${${(f)"$(_call_program plugins ansible-doc -t $plug -l)"}/ ##/:}
+ _describe -t plugins "${plug} plugin" $plugvar && ret=0
+ else
+ (( ${(P)#plugvar} )) || set -A ${plugvar} \
+ ${${(f)"$(_call_program plugins ansible-doc -t $plug -F)"}%% *}
+ _wanted plugins expl "${plug} plugin" compadd -a $plugvar && ret=0
+ fi
;;
galaxy)
curcontext="${curcontext%:*}-${line[1]}:"
@@ -265,6 +280,11 @@ case $state in
curcontext="${curcontext%:*}-${line[1]}:"
args=()
case $line[1] in
+ encrypt*|edit|rekey)
+ args+=(
+ '--encrypt-vault-id=[specify vault id to use to encrypt (required if more than one vault-id is provided)]:vault id'
+ )
+ ;|
(de|en)crypt*) args=( '--output=[specify output file name]:file:_files' ) ;|
encrypt_string)
args+=(
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index b92a320df..38b872ea0 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -871,6 +871,7 @@ _git-fetch () {
'(-n --no-tags -t --tags)'{-n,--no-tags}'[disable automatic tag following]' \
'(--all -m --multiple)'{-m,--multiple}'[fetch from multiple remotes]' \
'(-P --prune-tags)'{-P,--prune-tags}'[prune local tags no longer on remote and clobber changed tags]' \
+ \*{-o+,--server-option=}'[send specified string to the server when using protocol version 2]:option' \
'--filter=[object filtering]:filter:_git_rev-list_filters' \
'*:: :->repository-or-group-or-refspec' && ret=0
@@ -959,9 +960,10 @@ _git-gc () {
_arguments -S -s \
'--aggressive[more aggressively optimize]' \
'--auto[check whether housekeeping is required]' \
- '( --no-prune)--prune=[prune loose objects older than given date]: :__git_datetimes' \
+ '( --no-prune)--prune=-[prune loose objects older than given date]::date [2 weeks ago]:__git_datetimes' \
'(--prune )--no-prune[do not prune any loose objects]' \
- '(-q --quiet)'{-q,--quiet}'[suppress progress reporting]'
+ '(-q --quiet)'{-q,--quiet}'[suppress progress reporting]' \
+ '--keep-largest-pack[repack all other packs except the largest pack]' \
}
(( $+functions[_git-grep] )) ||
@@ -1768,7 +1770,10 @@ _git-status () {
'--ignored=-[show ignored files as well]:mode [traditional]:(traditional matching no)' \
'(-z --null --column --no-column)'{-z,--null}'[use NUL termination on output]' \
'(--no-column -z --null)--column=-[display in columns]::column.status option:((always\:"always show in columns" never\:"never show in columns" auto\:"show in columns if the output is to the terminal" column\:"fill columns before rows (default)" row\:"fill rows before columns" plain\:"show in one column" dense\:"make unequal size columns to utilize more space" nodense\:"make equal size columns"))' \
- '(--column)--no-column[do not display in columns]' \
+ "(--column)--no-column[don't display in columns]" \
+ "(--no-renames -M --find-renames)--no-renames[don't detect renames]" \
+ '(--no-renames -M --find-renames)-M[detect renames]' \
+ '(--no-renames -M --find-renames)--find-renames=-[detect renames, optionally set similarity index]::similarity' \
'*: :__git_ignore_line_inside_arguments _files'
}
@@ -2155,16 +2160,18 @@ _git-config () {
'(--global --system -f --file --blob)--local[use local config file]' \
'(--global --system --local --blob)'{-f+,--file=}'[use given config file]:config file:_files' \
'(--global --system --local -f --file)--blob=[read config from given blob object]:blob:__git_blobs' \
- '( --int --bool-or-int --path --expiry-date)--bool[setting is a boolean]' \
- '(--bool --bool-or-int --path --expiry-date)--int[setting is an integer]' \
- '(--bool --int --path --expiry-date)--bool-or-int[setting is an integer]' \
- '(--bool --int --bool-or-int --expiry-date)--path[setting is a path]' \
- '(--bool --int --bool-or-int --path )--expiry-date[setting is an expiry date]' \
+ '(-t --type --bool --int --bool-or-int --path --expiry-date)'{-t+,--type=}'[ensure that incoming and outgoing values are canonicalize-able as the given type]:type:(bool int bool-or-int path expiry-date color)' \
+ '(-t --type --int --bool-or-int --path --expiry-date)--bool[setting is a boolean]' \
+ '(-t --type --bool --bool-or-int --path --expiry-date)--int[setting is an integer]' \
+ '(-t --type --bool --int --path --expiry-date)--bool-or-int[setting is an integer]' \
+ '(-t --type --bool --int --bool-or-int --expiry-date)--path[setting is a path]' \
+ '(-t --type --bool --int --bool-or-int --path)--expiry-date[setting is an expiry date]' \
'(-z --null)'{-z,--null}'[end values with NUL and newline between key and value]' \
'(--get --get-all --get-urlmatch --replace-all --add --unset --unset-all --rename-section --remove-section -e --edit --get-color --get-colorbool)--name-only[show variable names only]' \
'(--includes)'--no-includes"[don't respect \"include.*\" directives]" \
'(--no-includes)'--includes'[respect "include.*" directives in config files when looking up values]' \
'(--global --system --local -f --file --blob --get-urlmatch --replace-all --add --unset --unset-all --rename-section --remove-section -e --edit --get-color --get-colorbool)--show-origin[show origin of config]' \
+ '(2 --add -e --edit -l --list --name-only --rename-section --remove-section --replace-all --unset --unset-all)--default=[with --get, use specified default value when entry is missing]:default' \
$name_arg \
$value_arg \
'::value regex' \
@@ -3708,11 +3715,17 @@ _git-replace () {
'(: * --raw -f --force)'{-l,--list}'[list replace refs]:pattern' \
{-d,--delete}'[delete existing replace refs]:*:replacement:__git_objects' \
'(* 2 --format)'{-e,--edit}'[edit existing object and replace it with the new one]' \
- '(--raw --format)'{-g,--graft}'[rewrite the parents of a commit]'
+ '(--raw --format)'{-g,--graft}'[rewrite the parents of a commit]' \
+ '--convert-graft-file[convert existing graft file]'
}
# Ancillary Commands (Interrogators)
+(( $+functions[_git-annotate] )) ||
+_git-annotate() {
+ _git-blame "$@"
+}
+
(( $+functions[_git-blame] )) ||
_git-blame () {
local curcontext=$curcontext state line ret=1
@@ -3744,6 +3757,8 @@ _git-blame () {
'(-n --show-number)'{-n,--show-number}'[show the line number in the original commit]' \
'-s[suppress author name and timestamp]' \
'-w[ignore whitespace when finding lines]' \
+ '(--color-by-age)--color-lines[color redundant metadata from previous line differently]' \
+ '(--color-lines)--color-by-age[color lines by age]' \
'--indent-heuristic[use indent-based heuristic to improve diffs]' \
$revision_options \
':: :__git_revisions' \
@@ -3831,10 +3846,11 @@ _git-get-tar-commit-id () {
_git-help () {
_arguments -S -s \
'( -g --guides -i --info -m --man -w --web)'{-a,--all}'[show all available commands]' \
- '(-a --all -g --guides -m --man -w --web)'{-i,--info}'[show all available commands]' \
- '(-a --all -g --guides -i --info -w --web)'{-m,--man}'[show all available commands]' \
- '(-a --all -g --guides -i --info -m --man )'{-w,--web}'[show all available commands]' \
+ '(-a --all -g --guides -m --man -w --web)'{-i,--info}'[display manual for the command in info format]' \
+ '(-a --all -g --guides -i --info -w --web)'{-m,--man}'[display manual for the command in man format]' \
+ '(-a --all -g --guides -i --info -m --man )'{-w,--web}'[display manual for the command in HTML format]' \
'(-g --guides)'{-g,--guides}'[prints a list of useful guides on the standard output]' \
+ '(-v --verbose)'{-v,--verbose}'[print command descriptions]' \
': : _alternative commands:command:_git_commands "guides:git guides:(attributes glossary ignore modules revisions tutorial workflows)"'
}
@@ -4703,6 +4719,7 @@ _git-pack-objects () {
$thin_opt \
'--shallow[create packs suitable for shallow fetches]' \
'--honor-pack-keep[ignore objects in local pack with .keep file]' \
+ '--keep-pack=[ignore named pack]:pack' \
'--compression=-[specify compression level]: :__git_compression_levels' \
'--keep-true-parents[pack parents hidden by grafts]' \
'--use-bitmap-index[use a bitmap index if available to speed up counting objects]' \
@@ -5037,7 +5054,9 @@ _git-ls-remote () {
"--refs[don't show peeled tags]" \
'--exit-code[exit with status 2 when no matching refs are found in the remote repository]' \
'--get-url[expand the URL of the given repository taking into account any "url.<base>.insteadOf" config setting]' \
+ '*--sort=[specify field name to sort on]:field:__git_ref_sort_keys' \
'--symref[show underlying ref in addition to the object pointed by it]' \
+ \*{-o+,--server-option=}'[send specified string to the server when using protocol version 2]:option' \
': :__git_any_repositories' \
'*: :__git_references'
}
@@ -6407,7 +6426,7 @@ __git_heads () {
(( $+functions[__git_heads_local] )) ||
__git_heads_local () {
- local gitdir
+ local f gitdir
declare -a heads
heads=(${(f)"$(_call_program headrefs git for-each-ref --format='"%(refname:short)"' refs/heads 2>/dev/null)"})
@@ -7742,8 +7761,8 @@ _git() {
'(: -)--man-path[print the manpath for the man pages for this version of Git and exit]' \
'(: -)--info-path[print the path where the info files are installed and exit]' \
'(: -)--html-path[display path to HTML documentation and exit]' \
- '(-p --paginate)'{-p,--paginate}'[pipe output into $PAGER]' \
- '--no-pager[do not pipe git output into a pager]' \
+ '(-p --paginate -P --no-pager)'{-p,--paginate}'[pipe output into a pager]' \
+ '(-p --paginate -P --no-pager)'{-P,--no-pager}"[don't pipe git output into a pager]" \
'--git-dir=-[path to repository]: :_directories' \
'--work-tree=-[path to working tree]: :_directories' \
'--namespace=-[set the Git namespace]: :_directories' \
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx
index 6c4d57f6f..d25b03975 100644
--- a/Completion/Unix/Command/_lynx
+++ b/Completion/Unix/Command/_lynx
@@ -1,7 +1,5 @@
#compdef lynx
-# Lynx Version 2.8.7rel.1 (05 Jul 2009)
-
local curcontext="$curcontext" state line ret=1
typeset -A opt_args
@@ -26,7 +24,9 @@ _arguments -C \
'-cmd_log=[log keystroke commands to the given file]:keystroke log:_files' \
'-cmd_script=[read keystroke commands from the given file (see -cmd_log)]:keystroke log:_files' \
'-color[forces color mode on, if available]' \
- '-connect_timeout=[set the N-second connection timeout (18000)]:connection timeout (seconds):' \
+ '-collapse_br_tags[toggle collapsing of BR tags (on)]' \
+ '-connect_timeout=[set the N-second connection timeout]:connection timeout (seconds) [18000]' \
+ '-convert_to=[convert input]:format:_mime_types' \
'-cookie_file=[specifies a file to use to read cookies]:cookie file:_files' \
'-cookie_save_file=[specifies a file to use to store cookies]:cookie file:_files' \
'-cookies[toggles handling of Set-Cookie headers (on)]' \
@@ -34,7 +34,8 @@ _arguments -C \
'-crawl[with -traversal, output each page to a file with -dump, format output as with -traversal, but to stdout]' \
'-curses_pads[uses curses pad feature to support left/right shifting (on)]' \
'-debug_partial[incremental display stages with MessageSecs delay (off)]' \
- '-delay=[set NNN-second delay at statusline message (0.000)]:delay (seconds):' \
+ '-default_colors[use terminal default foreground/background colors (on)]' \
+ '-delay=[set NNN-second delay at statusline message]:delay (seconds) [0.000]' \
"-display=[set the display variable for X exec'ed programs]:display:_x_display" \
'-display_charset=[charset for the terminal output]:character set:' \
"-dont_wrap_pre[inhibit wrapping of text in <pre> when -dump'ing and -crawl'ing, mark wrapped lines in interactive session (off)]" \
@@ -47,7 +48,7 @@ _arguments -C \
'-fileversions[include all versions of files in local VMS directory listings]' \
'-force_empty_hrefless_a[force HREF-less 'A' elements to be empty (close them as soon as they are seen) (off)]' \
'-force_html[forces the first document to be interpreted as HTML (off)]' \
- '-force_secure[toggles forms-based vs old-style options menu (on)]' \
+ '-force_secure[toggle forcing of the secure flag for SSL cookies (off)]' \
'-forms_options[toggles forms-based vs old-style options menu (on)]' \
'-from[toggle transmission of From headers (on)]' \
'-ftp[disable ftp access (off)]' \
@@ -57,11 +58,13 @@ _arguments -C \
'-hiddenlinks=[hidden links: options are merge, listonly, or ignore]:option:(merge listonly ignore)' \
"-historical[toggles use of '>' or '-->' as terminator for comments (off)]" \
'-homepage=[set homepage separate from start page]:URL:->html' \
+ '-html5_charsets[toggle use of HTML5 charset replacements]' \
'-image_links[toggles inclusion of links for all images (off)]' \
'-index=[set the default index file to URL]:URL:->html' \
'-ismap[toggles inclusion of ISMAP links when client-side MAPs are present (off)]' \
'-justify[do justification of text (off)]' \
'-link=[starting count for lnk#.dat files produced by -crawl (0)]:starting count:' \
+ '-list_inline[with -dump, show links inline with text]' \
'-listonly[with -dump, forces it to show only the list of links (off)]' \
'-localhost[disable URLs that point to remote hosts (off)]' \
'-locexec[enable local program execution from local files only (if lynx was compiled with local execution enabled)]' \
@@ -91,6 +94,7 @@ _arguments -C \
'-nostatus[disable the miscellaneous information messages (off)]' \
'-notitle[disable the title at the top of each page (off)]' \
'-nounderline[disable underline video-attribute]' \
+ "-nozap=[disable checks for the 'z' key]:duration:(all initially full)" \
'-number_fields[force numbering of links as well as form input fields (off)]' \
'-number_links[force numbering of links (off)]' \
'-partial[toggles display partial pages while downloading (on)]' \
@@ -105,7 +109,7 @@ _arguments -C \
'-pseudo_inlines[toggles pseudo-ALTs for inlines with no ALT string (on)]' \
'-raw[toggles default setting of 8-bit character translations or CJK mode for the startup character set (off)]' \
'-realm[restricts access to URLs in the starting realm (off)]' \
- '-read_timeout=[set the N-second read-timeout (18000)]:timeout (seconds):' \
+ '-read_timeout=[set the N-second read-timeout]:timeout (seconds) [18000]' \
'-reload[flushes the cache on a proxy server (only the first document affected) (off)]' \
'-restrictions=[use -restrictions to see list]:options:->restrictions' \
'-resubmit_posts[toggles forced resubmissions (no-cache) of forms with method POST when the documents they returned are sought with the PREV_DOC command or from the History List (off)]' \
@@ -113,6 +117,9 @@ _arguments -C \
'-scrollbar[toggles showing scrollbar (off)]' \
'-scrollbar_arrow[toggles showing arrows at ends of the scrollbar (on)]' \
'-selective[require .www_browsable files to browse directories]' \
+ '-session=[resume from specified file on startup and save session to it on exit]:session file:_files' \
+ '-sessionin=[resume session from specified file on startup]:session file:_files' \
+ '-sessionout=[save session to specified file on exit]:session file:_files' \
'-short_url[enables examination of beginning and end of long URL in status line (off)]' \
"-show_cfg[show 'LYNX.CFG' setting (off)]" \
'-show_cursor[toggles hiding of the cursor in the lower right corner (on)]' \
@@ -131,16 +138,18 @@ _arguments -C \
'-trace[turns on Lynx trace mode (off)]' \
'-trace_mask=[customize Lynx trace mode]:trace mask:(0 1 2 3 4 5 6 7)' \
'-traversal[traverse all http links derived from startfile]' \
+ '-trim_blank_lines[toggle trimming of leading/trailing/collapsed-br blank lines (on)]' \
'-trim_input_fields[trim input text/textarea fields in forms (off)]' \
'-underline_links[toggles use of underline/bold attribute for links (off)]' \
'-underscore[toggles use of _underline_ format in dumps (off)]' \
+ '-unique_urls[toggle use of unique-urls setting for -dump and -listonly options (off)]' \
'-use_mouse[turn on mouse support (off)]' \
'-useragent=[set alternate Lynx User-Agent header]:user-agent header:' \
'-validate[accept only http URLs (meant for validation) implies more restrictions than -anonymous, but goto is allowed for http and https (off)]' \
'-verbose[toggles [LINK\], [IMAGE\] and [INLINE\] comments with filenames of these images (on)]' \
'(- *)-version[print Lynx version information]' \
'-vikeys[enable vi-like key movement (off)]' \
- '-width=[screen width for formatting of dumps (default is 80)]:number of columns:' \
+ '-width=[specify screen width for formatting of dumps]:number of columns [80]' \
'-with_backspaces[emit backspaces in output if -dumping or -crawling]' \
'-xhtml-parsing[enable XHTML 1.0 parsing (off)]' \
':URL:->html' && ret=0
@@ -148,12 +157,12 @@ _arguments -C \
case "$state" in
restrictions)
_values -s ',' 'restriction' \
- \? all bookmark bookmark_exec change_exec_perms chdir default \
- dired_support disk_save dotfiles download editor exec exec_frozen \
+ \? all bookmark bookmark_exec change_exec_perms chdir compileopts_info \
+ default dired_support disk_save dotfiles download editor exec exec_frozen \
externals file_url goto inside_ftp inside_news inside_rlogin \
- inside_telnet jump lynx_cgi mail multibook news_post options_save \
- outside_ftp outside_news outside_rlogin outside_telnet print shell \
- suspend telnet_port useragent && return
+ inside_telnet jump lynxcfg_info lynxcfg_xinfo lynxcgi mail multibook \
+ news_post options_save outside_ftp outside_news outside_rlogin \
+ outside_telnet print shell suspend telnet_port useragent && return
;;
html)
_alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc
index 45d93550d..4f200c69e 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -37,6 +37,7 @@ _mpc_command() {
disable:"disable an output"
enable:"enable an output"
toggleoutput:"toggle an output"
+ outputset:"set output attributes"
idle:"wait until an event occurs"
idleloop:"loop waiting for events"
insert:"insert a song after the currently playing song in the playlist"
@@ -73,6 +74,7 @@ _mpc_command() {
stop:"stop the currently playing playlists"
toggle:"toggles Play/Pause, plays if stopped"
update:"scan music directory for updates"
+ rescan:"rescan music directory (including unchanged files)"
version:"report version of MPD"
volume:"set volume"
status:"display MPD status"
@@ -222,6 +224,16 @@ _mpc_toggleoutput() {
_mpc_helper_outputs
}
+_mpc_outputset() {
+ if (( CURRENT == 2 )); then
+ _mpc_helper_outputs
+ else
+ _values -w -S = attribute \
+ 'dop:setting:(1 0)' \
+ 'allowed_formats:formats'
+ fi
+}
+
_mpc_move() {
if (( $#words <= 3 )); then
_mpc_helper_songnumbers
@@ -318,6 +330,10 @@ _mpc_update() {
_mpc_helper_files
}
+_mpc_rescan() {
+ _mpc_helper_files
+}
+
if [[ $service = *MPD_HOST* ]]; then
_hosts
return
@@ -339,7 +355,7 @@ if [[ $state = formats ]]; then
compset -P '([^%]|%[^%]#%)#'
_wanted metadata expl 'metadata delimiter' compadd -p % -S % \
artist album albumartist comment composer date disc genre performer title \
- track time file position mtime mdate && ret=0
+ track time file position id prio mtime mdate && ret=0
fi
return ret
diff --git a/Completion/Unix/Command/_readelf b/Completion/Unix/Command/_readelf
index 282431462..ce78baf27 100644
--- a/Completion/Unix/Command/_readelf
+++ b/Completion/Unix/Command/_readelf
@@ -7,6 +7,7 @@ _pick_variant -r variant elftoolchain=elftoolchain elfutils=elfutils binutils --
args=(
'(-a --all)'{-a,--all}'[show all tables]'
+ '(-g --section-groups)'{-g,--section-groups}'[show section groups]'
'(-h --file-header)'{-h,--file-header}'[show file header]'
'(-l --program-headers --segments)'{-l,--program-headers,--segments}'[show program headers]'
'(-S --section-headers --sections)'{-S,--section-headers,--sections}'[show sections header]'
@@ -31,7 +32,6 @@ args=(
case $variant in
elftoolchain|binutils)
args+=(
- '(-g --section-groups)'{-g,--section-groups}'[show section groups]'
'(-t --section-details)'{-t,--section-details}'[show section details]'
'(-e --headers)'{-e,--headers}'[show file, program and sections headers]'
'(-s --syms --symbols)'{-s,--syms,--symbols}'[show symbol table]'
@@ -49,6 +49,7 @@ case $variant in
;;
elfutils)
args+=(
+ '--dwarf-skeleton=[find skeleton compile units (with -w)]:file:_files'
'--elf-section[used specified section as ELF input data]::section'
'(-e --exception)'{-e,--exception}'[show sections for exception handling]'
'(-N --numeric-addresses)'{-N,--numeric-addresses}"[don't find symbol names for addresses in DWARF data]"
diff --git a/Completion/Unix/Command/_sqlite b/Completion/Unix/Command/_sqlite
index 58f7a9116..4604fb40c 100644
--- a/Completion/Unix/Command/_sqlite
+++ b/Completion/Unix/Command/_sqlite
@@ -1,6 +1,6 @@
#compdef sqlite sqlite3
-local ret opt display_opt sqlite3
+local opt display_opt sqlite3 ign
local -a options output_modes exclusive dashes
[[ $service = sqlite3 ]] && sqlite3=true || unset sqlite3
@@ -31,16 +31,18 @@ for display_opt in $output_modes ; do
options+=( "($exclusive)"$^dashes"-${opt}[set output mode to $display_opt]" )
done
+(( $#words == 2 )) || ign='!'
options+=(
$^dashes'-separator[set output field separator]:output field separator [|]'
$^dashes'-nullvalue[set text string for null values]:string'
- '(- :)'$^dashes'-version[show SQLite version]'
- '(- :)'$^dashes'-help[show help]'
+ "$ign(- :)"$^dashes'-version[show SQLite version]'
+ "$ign(- :)"$^dashes'-help[show help]'
'1:SQLite database file:_files'
- '(- :)2:SQL to run'
+ '(- :)2: :_guard "^-*" "SQL to run"'
)
(( $+sqlite3 )) && options+=(
+ $^dashes'-A+[run .archive with arguments and exit]'
$^dashes'-append[append the database to the end of the file]'
$^dashes'-bail[stop after hitting an error]'
$^dashes'-cmd[run specified command before reading stdin]:sqlite meta-command'
@@ -53,6 +55,23 @@ options+=(
$^dashes'-readonly[open the database read-only]'
$^dashes'-stats[print memory stats before each finalize]'
$^dashes'-vfs[use specified default VFS]:vfs:(unix-dotfile unix-excl unix-none unix-namedsem)'
+ $^dashes'-zip[open the file as a ZIP Archive]'
)
+if [[ -n $words[(r)-A*] ]]; then
+ options=( -s -w : '(-A --A)'${^dashes}-A "(-f --file -a --append)"${(M)options:#1:*}
+ '(-v --verbose)'{-v,--verbose}'[print each filename as it is processed]'
+ '(1 -a --append -f --file)'{-f+,--file=}'[specify archive file]:archive file:_files'
+ '(1 -a --append -f --file)'{-a,--append=}'[operate on specified file opened using the apndvfs VFS]:archive file:_files'
+ '(-C --directory)'{-C+,--directory=}'[change to specified directory to read/extract files]:directory:_directories'
+ '(-n --dryrun)'{-n,--dryrun}'[show the SQL that would have occurred]'
+ '*:file:_files'
+ + '(commands)' \
+ '(-c --create)'{-c,--create}'[create a new archive]'
+ '(-u --update)'{-u,--update}'[update or add files to an existing archive]'
+ '(-t --list)'{-t,--list}'[list contents of archive]'
+ '(-x --extract)'{-x,--extract}'[extract files from archive]'
+ )
+fi
+
_arguments $options
diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion
index b7e10c06b..e16be7e59 100644
--- a/Completion/Unix/Command/_subversion
+++ b/Completion/Unix/Command/_subversion
@@ -26,7 +26,7 @@ _svn () {
_arguments -C -A "-*" \
'(-)--help[print help information]' \
- '(- *)--version[print client version information]' \
+ '(*)--version[print client version information]' \
'1: :->cmds' \
'*:: :->args' && ret=0
@@ -169,6 +169,9 @@ _svn () {
'*:file:_files -g "(.svn|*)(/e:_svn_deletedfiles:,e:_svn_status:)"'
)
;;
+ (unshelve)
+ args+=( '1:shelf name:compadd - ${${(f)"$(_call_program shelves svn unshelve -q --list)"}%% *}' )
+ ;;
(*)
case $usage in
*(SRC|DST|TARGET|URL*PATH)*)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 730959e84..ae3446a08 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -235,6 +235,7 @@ _tmux-choose-client() {
_tmux-choose-tree() {
[[ -n ${tmux_describe} ]] && print "put a window into tree choice mode" && return
_arguments -s \
+ '-G[include all sessions in any session groups in the tree rather than only the first]' \
'-N[start without the preview]' \
'-F+[specify format for each list item]:format:__tmux-formats' \
'-f+[filter items]:filter format:__tmux-formats' \
@@ -562,6 +563,8 @@ _tmux-paste-buffer() {
_tmux-pipe-pane() {
[[ -n ${tmux_describe} ]] && print "pipe output from a pane to a shell command" && return
_arguments -s -A "-*" -S \
+ '-I[write stdout from command to the pane as if it were typed]' \
+ '-O[pipe output from the pane to the command (default unless -I used)]' \
'-o[only open a pipe if none is currently opened]' \
'-t+[specify target pane]:pane:__tmux-panes' \
':shell command:_cmdstring'
@@ -658,12 +661,13 @@ _tmux-save-buffer() {
}
_tmux-select-layout() {
- [[ -n ${tmux_describe} ]] && print "choose a layout for a window" && return
+ [[ -n ${tmux_describe} ]] && print "choose a layout for a pane" && return
_arguments -s -A "-*" -S \
+ '-E[spread the current pane and any panes next to it out evenly]' \
'-n[behave like next-layout]' \
'-o[revert to previous layout]' \
'-p[behave like previous-layout]' \
- '-t+[specify a target window]:target window:__tmux-windows' \
+ '-t+[specify a target pane]:target pane:__tmux-panes' \
':layout:(even-horizontal even-vertical main-horizontal main-vertical tiled)'
}
diff --git a/Completion/Unix/Command/_user_admin b/Completion/Unix/Command/_user_admin
index 7eeec7e9b..fe28c13f5 100644
--- a/Completion/Unix/Command/_user_admin
+++ b/Completion/Unix/Command/_user_admin
@@ -150,6 +150,7 @@ case ${service%???}:${(M)service%???}:$OSTYPE in
*:*:linux*)
args+=(
'(-R --root)'{-R,--root=}'[specify directory to chroot into]:directory:_directories'
+ '(-P --prefix)'{-P,--prefix=}"[specify root directory to apply changes in but don't chroot]:directory:_directories"
'(-D -U -L -p --password)'{-p+,--password=}'[specify encrypted password]:encrypted password'
'(-)'{-h,--help}'[display help information]'
)
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
index 1a7e2d0a3..2a4e722d8 100644
--- a/Completion/Unix/Command/_wget
+++ b/Completion/Unix/Command/_wget
@@ -22,6 +22,7 @@ _arguments -C -s \
'(--config)--no-config' '--rejected-log=:file:_files' \
'(--tries -t)'{--tries=,-t+}'[set number of retries]:number of retries' \
'--retry-connrefused[retry even if connection is refused]' \
+ '--retry-on-http-error=[specify list of HTTP errors to retry]:http error' \
'(--output-document -O)'{--output-document=,-O+}'[specify file to write documents to]:output file:_files' \
'(--continue -c)'{--continue,-c}'[continue getting an existing file]' \
'--start-pos=:offset' '--show-progress' \
@@ -38,8 +39,7 @@ _arguments -C -s \
'(--wait -w)'{--wait=,-w+}'[specify wait between retrievals]:time (seconds)' \
'(--random-wait)--waitretry=:time (seconds)' \
'(--waitretry)--random-wait[random wait time between retrievals]' \
- '(--proxy -Y --no-proxy)'{--proxy=,-Y+}'[explicitly turn on proxy]' \
- '(--proxy -Y --no-proxy)--no-proxy[explicitly turn off proxy]' \
+ '--no-proxy[explicitly turn off proxy]' \
'(--quota -Q)'{--quota=,-Q+}'[set retrieval quota]:number' \
'--bind-address=[specify address to bind to (hostname or IP)]:bind address:_bind_addresses' \
'--limit-rate=[specify limit to download rate]:download rate limit' \
@@ -48,7 +48,7 @@ _arguments -C -s \
'--ignore-case[ignore case when matching files/directories]' \
'(-4 --inet4-only -6 --inet6-only)'{-4,--inet4-only}'[connect only to IPv4 addresses]' \
'(-4 --inet4-only -6 --inet6-only)'{-6,--inet6-only}'[connect only to IPv6 addresses]' \
- '--prefer-family[connect first to addresses of specified family]:address family:(IPv6 IPv4 none)' \
+ '--prefer-family=[connect first to addresses of specified family]:address family:(IPv6 IPv4 none)' \
'(--http-user --ftp-user)--user[set both ftp and http user]:user' \
'(--http-password --ftp-password)--password[set both ftp and http password]:password' \
'(--password --http-password --ftp-password)--ask-password:[prompt for passwords]' \
@@ -67,7 +67,7 @@ _arguments -C -s \
'(--user)--http-user=:user' \
'(--password --ask-password)--http-password=:password' \
'--no-cache[disallow server-cached data]' \
- '--default-page=[specify default page name, normally index.html]' \
+ '--default-page=[specify default page name, normally index.html]:default page [index.html]' \
'(--adjust-extension -E)'{--adjust-extension,-E}'[save all HTML/CSS documents with proper extensions]' \
"--ignore-length[ignore \`Content-Length' header field]" \
'*--header=[send a custom HTTP header]:header:->header' \
@@ -93,7 +93,7 @@ _arguments -C -s \
"--auth-no-challenge[send basic HTTP authentication without first waiting for server's challenge]" \
'--secure-protocol=[choose secure protocol]:protocol:(SSLv2 SSLv3 TLSv1 TLSv1_1 TLSv1_2 PFS)' \
--https-only \
- "--no-check-certificate=[don't check the server certificate]" \
+ "--no-check-certificate[don't check the server certificate]" \
'--certificate=[specify client certificate]:client certificate file:_files' \
'--certificate-type=[specify client certificate type]:certificate type:(PEM DER)' \
'--private-key=[specify private key file]:key file:_files' \
@@ -104,6 +104,7 @@ _arguments -C -s \
'--pinnedpubkey=:file:_files' \
'--random-file[specify file with random data for seeding generator]:file:_files' \
'--egd-file=[specify filename of EGD socket]:file:_files' \
+ '--ciphers=[set the priority string (GnuTLS) or cipher list string (OpenSSL) directly]:string' \
'--no-hsts[disable HSTS]' \
'--hsts-file[specify path of HSTS database]:file:_files' \
'(--user)--ftp-user=:user' \
diff --git a/Completion/Unix/Command/_xxd b/Completion/Unix/Command/_xxd
index 1b1613a64..0034be519 100644
--- a/Completion/Unix/Command/_xxd
+++ b/Completion/Unix/Command/_xxd
@@ -26,7 +26,7 @@ arguments=(
'( -E -EBCDIC -i -include -p -postscript -plain -ps -r -revert )'{-E,-EBCDIC}'[print human-readable part in EBCDIC rather than ASCII]'
'(-i -include -p -postscript -plain -ps -r -revert)'{-e,-endian}'[little-endian dump]'
'(-b -bits -E -EBCDIC -i -include -p -postscript -plain -ps -r -revert )'{-i,-include}'[output in C include file style]'
- '(-b -bits -E -EBCDIC -i -include -p -postscript -plain -ps )'{-p,-postscript,-plain,-ps}'[read or write a plain hexdump (no line numbers or ASCII rendering)]'
+ '(-b -bits -E -EBCDIC -i -include -p -postscript -plain -ps -C -capitalize )'{-p,-postscript,-plain,-ps}'[read or write a plain hexdump (no line numbers or ASCII rendering)]'
'(-b -bits -E -EBCDIC -i -include -r -revert -u -uppercase)'{-r,-revert}'[reverse mode\: read a hex dump and output binary data]'
'(-b -bits -r -revert -u -uppercase)'{-u,-uppercase}'[output upper-case hex digits]'
@@ -34,7 +34,7 @@ arguments=(
'(- :)'{-h,-help}'[display usage message]'
'(- :)'{-v,-version}'[show program version]'
'*'{-a,-autoskip}"[a single '*' replaces runs of NUL (toggleable)]"
-
+ '(-C -capitalize)'{-C,-capitalize}'[capitalize variable names in C include file style]'
{-c+,-cols}'[specify number of octets per line]: :_guard "[0-9a-fA-Fx]#" "number of octets per line"'
{-g+,-groupsize}'[specify the number of octets per group]: :_guard "[0-9]#" "number of octets per group"'
{-l+,-len}'[specify number of octets to output]: :_guard "[0-9]#" "number of octets to output"'