15.0.0
ripgrep 15 is a new major version release of ripgrep that mostly has bug fixes, some minor performance improvements and minor new features.
In case you haven't heard of it before, ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files.
Here are some highlights:
- Several bugs around gitignore matching have been fixed. This includes a commonly reported bug related to applying gitignore rules from parent directories.
- A memory usage regression when handling very large gitignore files has been fixed.
rg -vf file, wherefileis empty, now matches everything.- The
-r/--replaceflag now works with--json.