rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Go to file
phiresky 0cedf72de6 fix
2019-06-07 21:46:17 +02:00
.vscode pass around config object 2019-06-07 19:00:24 +02:00
exampledir check for too deep archive recursion 2019-06-07 20:12:24 +02:00
src fix 2019-06-07 21:46:17 +02:00
.gitignore pass around config object 2019-06-07 19:00:24 +02:00
Cargo.lock better arg parsing and passing 2019-06-07 21:46:03 +02:00
Cargo.toml better arg parsing and passing 2019-06-07 21:46:03 +02:00
README.md better arg parsing and passing 2019-06-07 21:46:03 +02:00
rustfmt.toml initial working version 2019-06-04 20:08:26 +02:00

similar:

todo

  • jpg adapter (based on object classification / detection (yolo?)) for fun

considerations

  • matching on mime (magic bytes) instead of filename

Development

To enable debug logging:

export RUST_LOG=rga=debug export RUST_BACKTRACE=1