Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
New completion function: _zsh
- X-seq: zsh-workers 25741
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: New completion function: _zsh
- Date: Wed, 24 Sep 2008 17:46:15 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=1BQMwsFEvOQYxkOo7esaTN0q6mG5WL3TG0+2Rk8ZRhs=; b=SKLhVo1VVSHasL+cXV9DWLFDzkyiD1OeNi05ur4HdTa0tJrk5saBSWpwsUelK4UIYT IKFIVuylGsM8JDXeAOe2jULO7EYY3LG5xkPJMYwDN1f3UYWWLaCn4pGGQcoO/t/j/1Xf yW/96Ibij9fOhdJdkjYT7VJre8UY/lieRm8Os=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=hUxxgqY5I7Jr60RKATFygU/SA+ODfzTKYBNsXhlEyHKUVHnmEwb/HeO6CoUg4RggMu 3dcXXyBoRoVoWNxxGHRfdog9z7N632rI4F14jyPF5JJJcLHEV3GO0NUyuHLnHEfzUmWO c0iWsLVhnHb4iM2r7VpRshb+P+xKy80YeZIPc=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi all,
I realized there is no completion function for zsh.
I am working on one which will at least show the command line
parameters, but I want to get some feedback on some questions, first.
1) What is the correct place to look up all parameters? zshoptions
lists a lot of options, but definitely not all of them. For example,
none of the long options like --version appear.
2) What is the preferred style for completions?
I can think of these:
-0[CORRECT: Try to correct the spelling of commands]
-0[Try to correct the spelling of commands (CORRECT)]
-0[Try to correct the spelling of commands]
3) Is doing this by hand a good idea or should it be auto-generated
from the docs?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author