PSFzf
PSFzf copied to clipboard
Fuzzy search on tab
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?
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?