ripgrep_all 0.5.1

ripgrep but search in PDFs, E-Books, Office documents, etc, and also in archives
Documentation

similar:

todo

  • jpg adapter (based on object classification / detection (yolo?)) for fun
  • 7z adapter (couldn't find a nice to use rust library)

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

Also rember to disable caching with --rga-no-cache or clear the cache in ~/.cache/rga to debug the adapters.