ripgrep-all/README.md

20 lines
350 B
Markdown
Raw Normal View History

2019-06-06 15:59:15 +00:00
similar:
- pdfgrep
- https://gist.github.com/ColonolBuendia/314826e37ec35c616d70506c38dc65aa
2019-06-06 21:19:59 +00:00
# todo
- jpg adapter (based on object classification / detection (yolo?)) for fun
2019-06-06 15:59:15 +00:00
# considerations
- matching on mime (magic bytes) instead of filename
2019-06-07 19:46:03 +00:00
# Development
To enable debug logging:
export RUST_LOG=rga=debug
export RUST_BACKTRACE=1