ripgrep-all

Search through rich file types with ripgrep-like speed and syntax

brewmacoslinux
Try with needOr install directly
Source

About

Wrapper around ripgrep that adds multiple rich file types

Commands

rga

Examples

Search for a pattern in PDF files$ rga 'pattern' --type pdf /path/to/files
Search in all supported file types including archives$ rga 'search_term' /path/to/directory
Search in Office documents with context lines$ rga 'keyword' -C 2 --type doc /path/to/files