Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: List of completion functions
- X-seq: zsh-workers 15801
- From: Borsenkow Andrej <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "'Bruno Bonfils'" <asyd@xxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: RE: List of completion functions
- Date: Thu, 13 Sep 2001 16:04:09 +0400
- Importance: Normal
- In-reply-to: <20010913135339.A5160@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> I'm start to write new completion functions, and i want to
> know if there is a list of existent functions.
>
Some of them (mostly utility functions that are useful in building your
own) are described in manual, Completion system. Man zshcompsys or
info->Completion System.
If you want to write completion for some command, I recommend look at
_arguments (documentation may be better, sigh). It allows describing
options and arguments in simple table form without almost any shell
code. Else look in zsh source tree, Completion/*.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author