summaryrefslogtreecommitdiff
path: root/plugins/extract/_extract
blob: 387b344bc8e735c0966b4a02c2fee1caeb8b50d0 (plain)
1
2
3
4
5
6
7
8
#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|ipsw|rar|7z|deb)(-.)'" && return 0