Blame view
plugins/extract/_extract
213 Bytes
|
093a6c34b
|
1 2 3 4 5 |
#compdef extract
#autoload
_arguments \
'(-r --remove)'{-r,--remove}'[Remove archive.]' \
|
|
238d8e65a
|
6 |
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|ipsw|rar|7z|deb)(-.)'" && return 0 |
|
093a6c34b
|
7 |