griccardos / rusl

Rust GUI interface for ripgrep / file searcher / content searcher
MIT License
16 stars 3 forks source link

feature-request: ripgrep-all #3

Open cehteh opened 1 year ago

cehteh commented 1 year ago

It would be awesome when you add support for ripgrep-all

https://github.com/phiresky/ripgrep-all

griccardos commented 1 year ago

Thanks for the suggestion. I tried including ripgrep-all directly, but was difficult to do because of how the library works and didn't have all the functionality I wanted. So instead, I have tried adding the functionality directly. There is now support for reading PDF and Office type files (xlsx, docx, pptx etc.) tick the extended file types option to use.

This paves the way for potential more file types in the future.

I have added to release v0.5 if you wish to test