RipGrep MSVC is a Open Source Windows program in the Developer Tools category, developed by BurntSushi. The current version is 15.1.0; you can download it safely from its official source with the download button above.
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. (To disable
all automatic filtering by default, use rg -uuu.) ripgrep has first class
support on Windows, macOS and Linux, with binary downloads available for every
release. ripgrep is similar to other popular search tools like The Silver
Searcher, ack and grep.
✨ Features
clicommand-linecommand-line-toolgitignoregreprecursively-searchregexripgreprustsearch
📝 Release notes (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 regex pattern.
> By default, ripgrep will respect gitignore rules and automatically skip
> hidden files/directories and binary files.
Bug fixes:
- BUG #3194:
Fix a regression with --line-buffered introduced in ripgrep 15.0.0.
Feature enhancements:
- FEATURE #3192:
Add hyperlink alias for Cursor.
SHA-256: 124510B94B6BAA3380D051FDF4650EAA80A302C876D611E9DBA0B2E18D87493A