rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Go to file
2019-06-15 11:43:19 +02:00
.vscode pass around config object 2019-06-07 19:00:24 +02:00
ci well that was stupid 2019-06-15 11:27:27 +02:00
exampledir rename demo 2019-06-14 22:48:41 +02:00
src (cargo-release) version 0.8.7 2019-06-15 11:00:45 +02:00
.gitignore (cargo-release) version 0.8.0 2019-06-14 22:56:43 +02:00
.travis.yml (cargo-release) version 0.8.6 2019-06-15 00:07:15 +02:00
Cargo.lock (cargo-release) start next development iteration 0.8.8 2019-06-15 11:28:38 +02:00
Cargo.toml make crates.io render readme 2019-06-15 11:43:19 +02:00
CHANGELOG.md (cargo-release) version 0.8.7 2019-06-15 11:00:45 +02:00
LICENSE.md update readme 2019-06-13 16:06:43 +02:00
README.md only link post for now in readme 2019-06-15 11:37:41 +02:00
rustfmt.toml initial working version 2019-06-04 20:08:26 +02:00

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. It is a wrapper around the awesome [ripgrep] that enables it to search in pdf, docx, pptx, movie subtitles (mkv, mp4), sqlite, etc.

Linux build status Crates.io

For more detail, see this introductory blogpost: https://phiresky.github.io/blog/2019/rga--ripgrep-for-zip-targz-docx-odt-epub-jpg/