Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
can zsh do this? (fuzzy match, categorised suggestion)
- X-seq: zsh-users 19871
- From: "SGT. Garcia" <darwinskernel@xxxxxxxxx>
- To: zsh-users <zsh-users@xxxxxxx>
- Subject: can zsh do this? (fuzzy match, categorised suggestion)
- Date: Fri, 13 Feb 2015 20:56:49 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=gYvYGWXUgoVN2w++tcnyOqbOqBCQQ2SSSQ9JhDjLTcM=; b=uDqaCDql3A3u+p0btguhGThQHwU/m0J/bMbHW2goBWIDFoGNLrWLe8zQz8GJldeP8T 1BUQQlbwCS9PiVcp/MjJJhzCg+/tjY15kHrUqqcJIqzujXuJ3QtykNj3jwton+qAqrSr 7XJb286/fNn8bqcvdGZeyniEr/HwoVEcynbD2Gv6g9Rp1AWmGu67AQMyH+MmnrABX7cf moVLWP6ifLW/9Tm41il2uacj2uo7qhpkClQ7+FjjmOTPwsdJjASoyeUV87qEGoT15YCm Jl8/MiIlFA53+wykpbW1d1OmWXo1MJkLOyEkJkSMwmaDH52d9l0MYUS9npVUKToQV89o h1Iw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users <zsh-users@xxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
hello,
i am wondering if zsh is capable of doing this:
https://github.com/fish-shell/fish-shell/issues/1465
you will find some related tickets here too:
https://github.com/fish-shell/fish-shell/issues/created_by/foo-bar-baz
it comes down to:
1. incremental and fuzzy match for types chars so far, and it's on always.
2. categorisation in representation of suggestions/predictions
(possibilities really) much like in vimperator. for example for
directories that user can cd into would be one category [dir]. paths
that user cd's into frequently (say a project directory) another
category [bookmarks]. for command already typed in there are switches
and possible completion for those switches, this could be another
category [arg] and so on and so forth.
this can get wild with more categories but the basic idea is that user
types without thinking much about them and possibilities are represented
incrementally and fuzzily!
SGT. Garcia
Messages sorted by:
Reverse Date,
Date,
Thread,
Author