Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Added gpg-zip completion.
- X-seq: zsh-workers 28077
- From: Doug Kearns <dougkearns@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Added gpg-zip completion.
- Date: Thu, 15 Jul 2010 13:38:49 +1000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=jwKa8avOb81hudhid7y+bWyn23E979lxS3dsgv+xXQg=; b=PVeG2RnESAqN/7F7jIdBeXYbdTxOGJTnowWMt4gr2GiNJ0pWKb86sUZJy3vrSwf3L8 t/hyZISirK+CT38qzUW1YuAsLb5PIDHRZkCtnZ3Egryu++xNk24v7UGVohT66ah3xKmw nZ269ffEtiMk8QwWYuiXDcXNfIhMJ61FFbH84=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=xYfeONgDiVrn4qAkxCpiDH6h6yLKmpGSejDzS/2bvtyKvKm80RYQJExzAJNjxl9wmt 91hQxlHb/p+g8r3LSpLrvrBjczqGokDlD+FoFErBJdf/JZe09XTYpAT9Ux9hazQmrmjq L0axE+ot2tYtc4GUwCkiLI22dZRlc9E9QaKq4=
- In-reply-to: <AANLkTind6IZOOvnyE46RT_G3MD3HEi-nYbDgCED8GTht@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> <AANLkTind6IZOOvnyE46RT_G3MD3HEi-nYbDgCED8GTht@xxxxxxxxxxxxxx>
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