Idea behind Rga is cool. Anyway, I tried it on Mac and installed via Homebrew. The formula already says it depends on ripgrep (that's fine since I have ripgrep already installed and use it regularly). I still was surprised when I executed Rga for the first time and got an error message that 'pdftotext' was not found. Since pdftotext has been officially discontinued, I am not sure if I want to install an old version j…
> Since pdftotext has been officially discontinued Do you have a link for that? That's news to me.
Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
101–110 of 144 posts
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#102thanks but it's way faster to have my stuff in G drive that way I can open a browser tab, wait 5 seconds for it to load, locate the new screen location of the search bar, click it, wait for javascript to finish loading so I can click the search bar, click it for real this time, mistype because there's some kind of contenteditable event jank, wait 5 seconds for my results to come up, fix the typo, and just have my res…
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#103Developer of the tool here :) Glad to see it posted here, I still actively use it myself. Also check out the fzf integration in the README: https://github.com/phiresky/ripgrep-all/blob/master/doc/rga-... Currently the main branch is undergoing a refactor to add support for having custom extractors (calling out to other tools), and more flexible chains of extractors. Ripgrep itself has functionality integrated to call…
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#104It would be nice to have a direct comparison with ugrep. In the case of rg the benchmarks are already enough to switch. Why should I use rga instead of ugrep?
I've called the ugrep benchmarks into question, and I elaborated on it here (and this includes a frustrating exchange between myself and the ugrep author): https://old.reddit.com/r/rust/comments/i6pfb2/ugrep_new_ultr... I've also re-run my original set of benchmarks[1] with ugrep included: https://github.com/BurntSushi/ripgrep/blob/master/benchsuite... [1] - https://blog.burntsushi.net/ripgrep/
I'm currently not using any of ugrep or rga, although I have used pdfgrep in the past. It'd be nice for casual users like me to know more about why I should use rga over ugrep (or vice-versa).
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#105Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#106Big fan of ripgrep. Use it on Windows to search through 100s of GBs of data really quickly.
dir *.c* | rg somesubstringinfilenameRe: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#107Earlier quoted context omitted.
not being sarcastic if god wanted me to access my files in less than 15 seconds, they wouldn't have commanded google to package the search bar as a separate JS bundle that only gets downloaded when you focus the search bar I'm no frontend dev but I know a thing or two about HTML + there's no built-in way to input text into a box -- this is the best we can do and we'll just have to wait for 5G + moore's law to solve t…
Laugh all you want but try looking for a Fullstack/Frontend role in today's job market. What do they want? AnGuLaRr with oBsErVaBlEs! Why do they want it? Because Google can't be wrong.
Death to SPA (Angular, React) Long live SPA (Mithril, Vue)
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#108thanks but it's way faster to have my stuff in G drive that way I can open a browser tab, wait 5 seconds for it to load, locate the new screen location of the search bar, click it, wait for javascript to finish loading so I can click the search bar, click it for real this time, mistype because there's some kind of contenteditable event jank, wait 5 seconds for my results to come up, fix the typo, and just have my res…
Stop using cloud, usb is fine.
Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#109Re: Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz
#110How could I use Rga to search my browsing history?
Your browser history (if you use Chrome or Firefox at least) is stored in a SQLite database. It looks like rga can handle SQLite out of the box, so just making sure your history .db file is visible to rga may be all you need. You can also use my Datasette tool to get a web UI against your history, see https://docs.datasette.io/en/stable/getting_started.html#usi...