(no title)
leakbang | 3 years ago
The only issue I'm facing is that I wish for Ripgrep to display me the search results as I type. Similar to how FSearch does it.
So instead of typing a search query and hitting enter in the commandline, I would want to continuously search as I type. I think since Ripgrep is very fast, it would be amazing for this task.
burntsushi|3 years ago
I don't know what FSearch is, so that doesn't help this.
What you want is to pair fzf with ripgrep. There are loads of tutorials out there for how to do it.
leakbang|3 years ago