ripgrep

Recursively searches directories for a regex pattern

Description

ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules and automatically skip hidden files/directories (smart filtering) and binary files. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

ripgrep is generally faster than both The Silver Searcher and GNU grep. It defaults to recursive directory search and won't search files ignored by your `.gitignore` files. Use ripgrep if you like speed, filtering by default, fewer bugs, and Unicode support.

On the other hand, if you like multiline search, then ripgrep may not quite meet your needs (yet), and it will never support fancy regex features such as backreferences or lookaround

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/BurntSushi/ripgrep


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ripgrep