conf2/zsh/.oh-my-zsh/plugins/extract/_extract

8 lines
315 B
Plaintext
Raw Normal View History

2019-01-12 15:47:23 +00:00
#compdef extract
#autoload
_arguments \
'(-r --remove)'{-r,--remove}'[Remove archive.]' \
2019-12-21 16:33:06 +00:00
"*::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.lz|tar.xz|tar.zma|tar.zst|tbz|tbz2|tgz|tlz|txz|tzst|war|whl|xpi|xz|zip|zst)(-.)'" \
2019-01-12 15:47:23 +00:00
&& return 0