ripgrep

Fast recursive search (rg) — a ripgreprc of default flags.

ripgreprc
 

How to use it

  1. ripgrep does NOT auto-discover this file — point $RIPGREP_CONFIG_PATH at it:
  2. export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ripgreprc" (add to your shell rc)
  3. Anything you pass on the command line overrides these defaults.
  4. List custom types with rg --type-list and disable the config with --no-config.