2011-07-28 18:06:47 -04:00
|
|
|
#compdef ls-archive
|
|
|
|
#autoload
|
|
|
|
|
2012-01-31 23:37:51 -05:00
|
|
|
#
|
|
|
|
# Completes ls-archive.
|
|
|
|
#
|
|
|
|
# Authors:
|
|
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
|
|
#
|
|
|
|
|
2011-07-28 18:06:47 -04:00
|
|
|
_arguments \
|
2012-01-22 00:13:29 -05:00
|
|
|
'(-v --verbose)'{-v,--remove}'[verbose archive listing]' \
|
2011-07-28 18:06:47 -04:00
|
|
|
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z)(-.)'" && return 0
|
2011-08-30 23:16:15 -04:00
|
|
|
|