1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00

Henryk Konsek: 20918: new completion for unace

This commit is contained in:
Oliver Kiddle 2005-03-03 13:54:50 +00:00
parent a50c752448
commit eb82327576
3 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-03-03 Oliver Kiddle <opk@zsh.org>
* Henryk Konsek: 20918 (modified): Completion/Unix/Command/_unace:
new completion for unace
2005-03-03 Peter Stephenson <pws@csr.com>
* from Wayne, adapted: 20900: another way of preventing

View file

@ -31,7 +31,7 @@ _strip _stty _su _subversion _sudo
_sysctl
_tar _telnet _texinfo _tidy _tiff
_tin _tla
_uniq _user_admin _vorbis _vux
_unace _uniq _user_admin _vorbis _vux
_w3m _webbrowser _wget _whereis _whois
_wiggle _xargs _xmlsoft
_yodl _yp _zcat _zdump _zip

View file

@ -0,0 +1,18 @@
#compdef unace
_arguments -S \
'-c[show comments]' \
'-f[full path matching]' \
'-o[overwrite files]' \
'-p+[specify password]:password' \
'-y[assume yes on all queries]' \
'-x+[specify files to exclude]:files' \
'-h[print help information]' \
'1:unace command:((
e\:extract\ files
l\:list\ archive
t\:test\ archive\ integrity
v\:list\ archive\ \(verbose\)
x\:extract\ files\ with\ full\ path
))' \
'*:files:_files -g "*.ace(-.)"'