Fast line-oriented search tool, combining grep and The Silver Searcher
Search tool like grep and The Silver Searcher
rg
$ rg 'pattern' .
$ rg --type py 'def function_name'
$ rg -i -C 3 'TODO' src/