It says, it does not have any pandoc adapter. Then I tried:
$ rga --rga-list-adapters
Adapters:
- **zip**
Reads a zip file as a stream and recurses down into its contents
Extensions: .zip
Mime Types: application/zip
The following adapters are disabled by default, and can be enabled using '--rga-adapters=+pdfpages,tesseract':
I am using
ripgrep-all 0.9.7-alpha.0
I am trying to search epub file with
rga
.or,
Yields no results
Then I searched a little. I think it needed
pandoc
adapter. So, I tried:It says, it does not have any pandoc adapter. Then I tried:
How do I exactly search
.epub
files?