ripgrep-all/README.md
2019-06-07 21:46:03 +02:00

20 lines
350 B
Markdown

similar:
- pdfgrep
- https://gist.github.com/ColonolBuendia/314826e37ec35c616d70506c38dc65aa
# 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