mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
.vscode | ||
exampledir | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md | ||
rustfmt.toml |
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