Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
1–10 of 59 posts
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#2Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#3Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#4Ever heard of ugrep?
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#5Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#6Ever heard of ugrep?
Seems this project predates ugrep and has a nicer interface.
https://github.com/Genivia/ugrep/commit/e37c986dd842adc3b2c2...
https://github.com/phiresky/ripgrep-all/commit/16b4277d361ce...
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#7Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#8Earlier quoted context omitted.
Seems this project predates ugrep and has a nicer interface.
Both projects were started around the same time in 2019. The initial git commits were about five weeks apart: https://github.com/Genivia/ugrep/commit/e37c986dd842adc3b2c2... https://github.com/phiresky/ripgrep-all/commit/16b4277d361ce...
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#9Note: I have no reason to believe such code execution is actually happening — so please don't take this as FUD. My assumption is that a secure design would involve running only external code and thus would sacrifice a small amount of accuracy, possibly negligible.
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.
#10To what extent does reading these formats accurately require the execution of code within the documents ? In other words, not just stuff like zip expansion by a library dependency of rga, but for example macros inside office documents or JavaScript inside PDFs. Note: I have no reason to believe such code execution is actually happening — so please don't take this as FUD. My assumption is that a secure design would in…
(No shade to poppler intended, just the first tool on the list I looked at.)