zsh-z icon indicating copy to clipboard operation
zsh-z copied to clipboard

add fuzzy matching completion

Open trbjo opened this issue 2 years ago • 2 comments

this commit adds a kind of fuzzy matching to zsh. example:

zshz <TAB> -> agkozak/zsh-z

with the previous behavior, zshz --complete could not resolve that.

If you do not want it to be the default behavior, I can add a flag to make it optional, for example ZSHZ_FUZZY.

trbjo avatar Jul 18 '23 20:07 trbjo

Thanks for proposing a contribution! I'm on vacation this week, but I'll take a look at your work in just a few days, OK?

agkozak avatar Jul 20 '23 04:07 agkozak

OK, I've put your code on the fuzzy branch so that I can play with it. I should have feedback in the next couple of days.

agkozak avatar Aug 02 '23 17:08 agkozak