summaryrefslogtreecommitdiff
path: root/plugins/extract/_extract
blob: 0257ce2314000a9580e7e8edd8c7d673f163d445 (plain)
1
2
3
4
5
6
7
#compdef extract
#autoload

_arguments \
  '(-r --remove)'{-r,--remove}'[Remove archive.]' \
  "*::archive file:_files -g '(#i)*.(7z|Z|apk|aar|bz2|deb|gz|ipsw|jar|lzma|rar|rpm|sublime-package|tar|tar.bz2|tar.gz|tar.xz|tar.zma|tbz|tbz2|tgz|tlz|txz|war|whl|xpi|xz|zip)(-.)'" \
    && return 0