mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-24 23:33:29 +02:00
feat(plugins): add universalarchive plugin to conveniently compress files (#6846)
Co-authored-by: Marc Cornellà <marc.cornella@live.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#compdef ua
|
||||
|
||||
_arguments \
|
||||
"1:archive format:(7z bz2 gz lzma lzo rar tar tar.bz2 tar.gz tar.lzma tar.xz tar.Z tbz tgz tlz txz tZ xz Z zip zst)" \
|
||||
"*:input files:_files" \
|
||||
&& return 0
|
||||
Reference in New Issue
Block a user