PSFzf icon indicating copy to clipboard operation
PSFzf copied to clipboard

Fuzzy search on tab

Open SpBills opened this issue 1 year ago • 1 comments

Wondering if there is a way that we can copy the current text into the fuzzy search prompt even if it does not match anything initially.

So, if I had a folder with

/abc
/def

and I did cd bc + TAB it should copy the bc into the fuzzy search box and autocomplete for me.

Is there a way to enable this or support this?

SpBills avatar Nov 27 '24 14:11 SpBills

Maybe not exactly what you're looking for, but try cd **bc + TAB. This actually fuzzy filters before presenting the list and doesn't add the bc to the search box, so you can't for instance delete the c after the search is displayed, but it may still give you what you want?

wekempf avatar Apr 09 '25 20:04 wekempf