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}}
.gitignore:rg {{[-.|--hidden]}} --no-ignore {{pattern}}
README.*):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}}