Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Question about matching completions with descriptions
- X-seq: zsh-users 23456
- From: Nicholas Wiles <nhwiles@xxxxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Question about matching completions with descriptions
- Date: Fri, 8 Jun 2018 11:13:42 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=FT8Ap5+t0Ww52gDcvFf40fjaIXELVUL4k9Brxn2QR7c=; b=FTtqk5C+mgxuVOQQ0FmOaFHmfY0x0BD23OnUftS7JoyG9LWkgkc/w0vGnR51SGnRNR xiQ3Se44mM4dmLXW6OUnG5bkWUTYhmwxyPZSyW7rLsBj3w9fNet+VVSwY2aGDq0L0qmd WikBTy4P6qZOqIpMZb6rMT8nfyVpvEhU33beM4MrWV5pkuwTQIR2WiLEDCQdVtmUBLKW mNLgaRmrwYwomCKc8tOEEZNSslr04g1t8bZ0YACqXv3VK5KZUW/N45icas284XY8j0Hm JwcVwtuYSqliohBDaz3qSI2bL9Tt1ghE/V2C0qTvCye3503E8YPaqpFcITxrIJcF9YB7 SxSQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I have a question about the _describe builtin.
I am building a binary that provides dynamic completions using a completion
function.
Is to possible to provide completions to _describe that will be matched not
only on the text of the completion but also on words/text in the
description? Or, is it possible to turn off completion matching entirely
and have zsh present the user with a verbatim set of completions provided
to compadd or _describe? Thanks in advance!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author