burntsushi/ripgrep

Tool

ripgrep (rg) - fast recursive search tool

ripgrep (rg) — fast recursive search tool

Key Commands

CommandDescription
rgRun ripgrep
rg --helpShow help and available options
rg --versionShow installed version

Common Usage

bash
# Check if installed
rg --version

# Show help
rg --help