rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
phiresky 69b566d8e4 smart case by default 5 years ago
.vscode pass around config object 5 years ago
exampledir fix --rga-accurate (matching by mime types) 5 years ago
src smart case by default 5 years ago
.gitignore pass around config object 5 years ago
Cargo.lock bump version 5 years ago
Cargo.toml bump version 5 years ago
README.md more options, less constants 5 years ago
rustfmt.toml initial working version 5 years ago

README.md

similar:

todo

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

considerations

  • matching on mime (magic bytes) instead of filename
  • allow per-adapter configuration options

Development

To enable debug logging:

export RUST_LOG=rga=debug
export RUST_BACKTRACE=1