ohmyzsh/plugins/extract/_extract
Handsome Cheung a8150660e0 compaudit fo zsh
2013-09-07 08:34:47 +08:00

8 lines
208 B
Text
Executable file

#compdef extract
#autoload
_arguments \
'(-r --remove)'{-r,--remove}'[Remove archive.]' \
"*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0