bubble-table
bubble-table copied to clipboard
Feature request: add support for literal match tokens in fuzzy filter
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.