ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
22.63k stars 550 forks source link

Fuzzy search is not matching strings as desired #638

Open den-is opened 1 year ago

den-is commented 1 year ago

First of all sorry, was not sure how to formulate issue title correctly, gonna try to explain issue bellow.

Came to zoxide after years of using autojump.

Simple example of issue:

Searching for docs is not matching with ~/Documents in either z or zi. Have to type exactly doc.

The issue did not appear in autojump, and even fzf outputs result """correctly""".

maturanomx commented 7 months ago

Same issue here :/. I have directories of different projects and we call them for their acronyms, so I would expect just referencing as that.

Example, lets said I have directories as:

as-soon-as-possible
work-in-progress
to-be-done

I would expect just this works:

$ z asap
$ z wip
$ z tbd

but it doesn't

m-vz commented 6 months ago

I'm assuming this is related to #626.