Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Anyone familiar with auto-fu.zsh project?
- X-seq: zsh-users 23445
- From: Eric Freese <ericdfreese@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Anyone familiar with auto-fu.zsh project?
- Date: Wed, 6 Jun 2018 12:35:55 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=A1p+2psZaU4IPIn6tmPH7joIuucvwIRN1MfGKsTX4m8=; b=qyOjorIQ3YJzS1Xsxprb8Zu31Zi4Agdqa3UsWdC0vyKuwIk5OYWspaVN/gjb33xHcY Y3gBEwRubF/3THU41VArYEHXbh8cpfD3jGTtsuVPYANB3XAo00+vhiV8Kk2pg3+n6lj1 bpW0mEme0NqJVOPoBORO9czmgDOeoyI+apkrrgdBHRU9W+cdPBiAoeE2jC/iRAmYnHVC Sm+HeNjsDrhjfr6NbHI7b+bY+UbkiEk5i+jtQMdEf0GCb/e2BeHeljmGZZjQGm6FOff1 9prXyhO7dm2kLbFyNtKGa4qOTVyVWg30pxlpnOA6AfMKsaqG+LRccInciTXbvpBHcbld V9MA==
- In-reply-to: <CAKc7PVCu_L1Sgsp281KuvXUuMkkGvxs8D1dJAmVcBxm7RnJLwA@mail.gmail.com>
- 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
- References: <CAKc7PVCu_L1Sgsp281KuvXUuMkkGvxs8D1dJAmVcBxm7RnJLwA@mail.gmail.com>
Check out https://github.com/Valodim/zsh-capture-completion.
I referenced it recently to implement completion suggestions in
zsh-autosuggestions:
https://github.com/zsh-users/zsh-autosuggestions/pull/330
On Wed, Jun 6, 2018 at 11:43 AM Sebastian Gniazdowski <
sgniazdowski@xxxxxxxxx> wrote:
> Hello,
> last commit to the project is from 2013 and I cannot get it up and
> running. Is anyone familiar with its method of functioning? A friend
> guesses it pretends <tab> key to be pressed after each character, is
> that true? It would then mean it constantly shows completions under
> prompt. Is using shell this way actually possible?
>
> In general, I'm looking for a method of calling completion functions
> manually and presenting the results in different form. Does someone
> know anything about this problem?
>
> --
> Best regards,
> Sebastian Gniazdowski
>
--
Sent from my iPhone
Messages sorted by:
Reverse Date,
Date,
Thread,
Author