R

ripgrep

R
ripgrep Dev Tools v15.2.0

15.2.0

Sponsorship is appreciated! This release fixes a number of bugs related to gitignore matching as well as some performance improvements in directory tree traversal. 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/dir…

R
ripgrep Dev Tools v15.1.0

15.1.0

Sponsorship is appreciated! This is a small release that fixes a bug with how ripgrep handles line buffering. This might manifest as ripgrep printing output later than you expect or not working correctly with tail -f (even if you're using the --line-buffered flag). In case you haven't heard of it before, ripgrep is a line-oriented search tool that recursively searches the current directory for a r…

R
ripgrep Dev Tools v15.0.0

15.0.0

Sponsorship is appreciated! 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…