rg

Ripgrep, a recursive line-oriented search tool. Aims to be a faster alternative to grep. More information: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md.

rg {{pattern}}

rg {{pattern}} {{path/to/file_or_directory}}

rg {{[-.|--hidden]}} --no-ignore {{pattern}}

rg {{pattern}} {{[-g|--glob]}} {{filename_glob_pattern}}

rg --files | rg {{pattern}}

rg {{[-l|--files-with-matches]}} {{pattern}}

rg {{[-v|--invert-match]}} {{pattern}}

rg {{[-F|--fixed-strings]}} -- {{string}}