Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Silently capture completion options
- X-seq: zsh-workers 47782
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ryan Beethe <ryan@xxxxxxxxxxxxxxxx>
- Subject: Re: Silently capture completion options
- Date: Wed, 30 Dec 2020 17:01:12 -0800
- Archived-at: <https://zsh.org/workers/47782>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-workers/2020-12/CAH%2Bw%3D7aH58YxrgEC%2BVfVuV2k-hiqDnJYKDkbk2_sTbV7voRQ_g%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-ot1-f47.google.com) smtp.remote-ip=209.85.210.47; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FNf7+sRYwluQhnvw4r1a9zKgLGMa6izZBfWO1mJUcqI=; b=XV4IVwBHSZ27dW4JOTjKGqMxRmD3aQAVWTSqumrbHChILAdj+tITuFIaTnsvHW4O/U gD8gW1/8UvRag1EriSXCME3yUdjnO4gjte9ueHLRnAFafASC9YOIeLbDg1Y1EgWQIge5 1/nXehUn0wivjNMGzkM8G4zXrohMtTMk2hk/yuthgIshWnAh59GLdnfQup4Fi4NjTIng dtzy78apqYUUVEfW9GoeY/E1Wk5CBYKHl5fxvsa1pgYeinCSExQ/pckOCSWJWScM++we 7gHwQ9biv89LQzBiwlKeJbLpjErMKCslP8p56RCn1xcpRqc8PMZmZD0bZXmjsLLZSYcP ZnqQ==
- In-reply-to: <X+z+ocwGnHT7rh84@archenemy.localdomain>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-workers>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-workers.zsh.org>
- List-owner: <mailto:zsh-workers-request@zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-workers>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-workers>
- References: <X+z+ocwGnHT7rh84@archenemy.localdomain>
- Sender: zsh-workers-request@xxxxxxx
On Wed, Dec 30, 2020 at 2:27 PM Ryan Beethe <ryan@xxxxxxxxxxxxxxxx> wrote:
>
> I am trying to set up voice control software (talon with a wav2letter
> backend) to work well with shell completion. I would like to be able to
> capture what the results of a completion *would* be if it ran, but
> without the normal showing of results.
I suspect that Roman's zsh4humans configuration that passes completion
results to fzf could be modified to pass them to the speech backend
instead.
https://github.com/romkatv/zsh4humans/
Specifically
https://github.com/romkatv/zsh4humans/blob/v5/fn/z4h-fzf-complete
Messages sorted by:
Reverse Date,
Date,
Thread,
Author