Earlier quoted context omitted.
> ripgrep Whait what's that? I'm stuck with ag and {a..z}grep.
If you grep GB+ sized files, you'll love it. At my previous job I often ended up searching raw log files sized around 5-8GB. Regular grep would grind away for 50-60 seconds, while ripgrep returned the same results in 250ms. I was shocked the first time I used it and have sung it's praises since.
TBH more frequently I have "argument list too long" problem, than "one 5GB file" problem.