rga - PDF, ईबुक, Office और compressed files तक खोजने वाला ripgrep
(github.com/phiresky)- rga (ripgrep-all) एक line-oriented search tool है जो विभिन्न file types में regular expression के साथ strings खोज सकता है
- pdf, docx, sqlite, jpg, zip, tar.*, और movie subtitles (mkv, mp4) आदि में खोज संभव है
- यह recursive तरीके से नीचे मौजूद सभी ज्ञात files को process करता है
- multithreading की वजह से यह तेज़ है, और एक ही file के लिए extracted text को cache करके इसे और भी तेज़ बनाता है
1 टिप्पणियां
अगर sqlite में टेक्स्ट निकालकर उसे cache किया जाए... दिलचस्प है।