From eb8232757617f5de0a602f6de27cbc9c77d3447c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 3 Mar 2005 13:54:50 +0000 Subject: Henryk Konsek: 20918: new completion for unace --- Completion/Unix/Command/_unace | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Completion/Unix/Command/_unace (limited to 'Completion/Unix/Command/_unace') diff --git a/Completion/Unix/Command/_unace b/Completion/Unix/Command/_unace new file mode 100644 index 000000000..8226ec28a --- /dev/null +++ b/Completion/Unix/Command/_unace @@ -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(-.)"' -- cgit 1.4.1