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

Support Powerpoint #124

Closed Immortalin closed 10 months ago

Immortalin commented 2 years ago

https://www.loc.gov/preservation/digital/formats/fdd/fdd000399.shtml

Mstrodl commented 2 years ago

I've been using this:

soffice --headless --convert-to pdf *.ppt *.pptx && rm *.ppt *.pptx

Certainly not ideal though

lafrenierejm commented 12 months ago

Seems like a duplicate of https://github.com/phiresky/ripgrep-all/issues/69?

Konfekt commented 10 months ago

Might https://github.com/phiresky/ripgrep-all/discussions/199 be of help?

phiresky commented 10 months ago

Please see @Konfekt s custom adapter #199