ripgrep
Fast recursive search (rg) — a ripgreprc of default flags.
How to use it
- ripgrep does NOT auto-discover this file — point $RIPGREP_CONFIG_PATH at it:
- export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ripgreprc" (add to your shell rc)
- Anything you pass on the command line overrides these defaults.
- List custom types with
rg --type-listand disable the config with--no-config.