prezto_config/plugins/archive/completions/_extract

8 lines
206 B
Plaintext
Raw Normal View History

2011-02-04 04:46:52 +01:00
#compdef extract
#autoload
_arguments \
'(-r --remove)'{-r,--remove}'[remove archive]' \
2011-02-04 04:46:52 +01:00
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0
2011-08-31 05:16:15 +02:00