bubble-table icon indicating copy to clipboard operation
bubble-table copied to clipboard

Feature request: add support for literal match tokens in fuzzy filter

Open TLINDEN opened this issue 4 months ago • 0 comments

This is something fzf has implemented, which is very handy. Precede a filter token with the quote character to make the matching literal. E.g.:

'prod fsog

... searches for literal matches of prod in all columns of each row and fuzzy searches for the letters fsog as usual.

TLINDEN avatar Sep 15 '25 09:09 TLINDEN