T
ToolShelf
RIPGREP
// Blazingly fast recursive search that respects your .gitignore

ripgrep

Blazingly fast recursive search that respects your .gitignore

13EmergingUnknown
License
Unlicense
Updated
Today

What it does

ripgrep (rg) ------------ 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 .) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available

Getting Started

git
git clone https://github.com/BurntSushi/ripgrep

Platforms

🪟windows🍎mac🐧linux

Install Difficulty

easy

Works With

terminalvscodeneovimclaude-code

Alternative To

Built With

rust

Community Reactions