I have a simple use case - I want to search for all the assert s in my codebase and examine each one to decide if I need it or not. What I wanted to do is to use ripgrep via fzf (I already have this ...