Skip to content

ripgrep 14.0.3

Sponsorship is appreciated!

This is a patch release with a few small bug fixes.

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.

Bug fixes:

  • BUG #2664: Fix --sortr=path. I left a todo!() in the source. Oof.