Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Added gpg-zip completion.



On Wed, Jul 14, 2010 at 7:34 AM, Michael Hwang
<michael.a.hwang@xxxxxxxxx> wrote:
> Okay, I've reworked _gpg. I've add gpg-zip completion, added many
> missing gpg options, and fixed gpgv's options. I've attached it, since
> the diff is bigger than the file.

Committed, thanks.

> I'm curious to know if it's possible to get tar and gpg completions
> inside of the --{tar,gpg}-args options for gpg-zip.

Yes you can with something like:

compset -q
words=( fake "$words[@]" )
(( CURRENT++ ))
_tar

Regards,
Doug



Messages sorted by: Reverse Date, Date, Thread, Author