Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable pandoc adapter #111

Closed
blueray453 opened this issue Jul 18, 2021 · 1 comment
Closed

How to enable pandoc adapter #111

blueray453 opened this issue Jul 18, 2021 · 1 comment

Comments

@blueray453
Copy link

I am using ripgrep-all 0.9.7-alpha.0

I am trying to search epub file with rga.

$ rga "ego" Mastery\ -\ Greene,\ Robert.epub

or,

$ rga "ego" "Mastery - Greene, Robert.epub"

Yields no results

Then I searched a little. I think it needed pandoc adapter. So, I tried:

% rga --rga-adapters=pandoc "ego" Mastery\ -\ Greene,\ Robert.epub
Error: Unknown adapter: "pandoc"

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':

How do I exactly search .epub files?

@phiresky
Copy link
Owner

Install the stable version, don't try to install the master branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants