Hacker News new | ask | show | jobs
by bomewish 935 days ago
Extra life hack for Mac users — you can use mdfind first and then pipe those results into rg with xargs. Even faster. Mdfind has an index already so the results are almost instant even across huge numbers of files. Major qol improvement.
1 comments

Thanks for the pointer - I was unaware of:

https://ss64.com/osx/mdfind.html