mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
23 lines
406 B
Markdown
23 lines
406 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
|
|
- allow per-adapter configuration options
|
|
|
|
# Development
|
|
|
|
To enable debug logging:
|
|
|
|
```bash
|
|
export RUST_LOG=rga=debug
|
|
export RUST_BACKTRACE=1
|
|
```
|