phiresky / ripgrep-all

rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.
Other
8.21k stars 177 forks source link

The docx, doc, and odt files not recoginzed by rga #136

Closed adamkvitek closed 1 year ago

adamkvitek commented 2 years ago

When searching for .docx, .doc, and .odt files - rga returned "Unrecognized file type" on Windows 10.

Using for example:

rga "La Source" -t=docx

Or:

rga "La Source" -t docx

Returned:

unrecognized file type:docx
Shreyas-Murali commented 1 year ago

rga -g *.docx" pattern seems to work for me

phiresky commented 1 year ago

The -t parameter is not supported. -g should work fine. I'm open to PRs that warn about this if it confuses more people.