Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Added gpg-zip completion.
- X-seq: zsh-workers 28075
- From: Michael Hwang <michael.a.hwang@xxxxxxxxx>
- To: Doug Kearns <dougkearns@xxxxxxxxx>
- Subject: Re: [PATCH] Added gpg-zip completion.
- Date: Tue, 13 Jul 2010 17:34:01 -0400
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=W3ckBf3+3ZpYUea3mHHE3Eq5dxb8LF2T6dacvgbM/fE=; b=Zu7KfJwl+Ppii9jrCi8p4ZkQAyyHhu0r0UNKYynYaVIrTBWM8y4SBHREGEmadacBnS YqAb6wyrnA3MiU5kqJpFUJs2yrlA07vtTzfopgTUvNqxlYWHpiW1I9bV19D+0d3ZRWRe 1HUwzPKRd3P7T+5EZeyjwkNEnXW8SPiWrRQXM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=pgu0LhYcp2/3o2oXfuN600M933ksRCvncKxwxR/2xWhDmSF6R3umObSE5NFYnYSfOK 0cE9HnRue4RRhQ+vSjxvvHrkJGoPb6rei66Sp7KskQvj6LTaPTNBzJBC8T9r5qDUgo8Q sFl41nbpmZSDzu4thQVtskN0s5e4PGKUhXzSs=
- In-reply-to: <AANLkTimSJv97khslEHzJhLh0qLtrhS2_GmkIJCt1yvcc@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1278984596-10715-1-git-send-email-michael.a.hwang@xxxxxxxxx> <AANLkTimSJv97khslEHzJhLh0qLtrhS2_GmkIJCt1yvcc@xxxxxxxxxxxxxx>
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.
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.
Michael Hwang
On Mon, Jul 12, 2010 at 10:15 PM, Doug Kearns <dougkearns@xxxxxxxxx> wrote:
> On Tue, Jul 13, 2010 at 11:29 AM, Michael Hwang
> <michael.a.hwang@xxxxxxxxx> wrote:
>> Hi all,
>>
>> I added gpg-zip completion. Also fixed up _gpg a little.
>
> Thanks. It would be better to add gpg-zip completion to _gpg along
> with any further gpg* commands. You can do this by testing the
> $service parameter. There's lots of examples amongst the existing
> completion functions.
>
> Regards,
> Doug
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author