Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I’m sure almost everyone doing web uses ripgrep daily without realising it, by way of VS Code search or Atom Search.

I’ve aliased grep to it so that I never have to suffer through slow searches if I type grep out of muscle memory.

Love reading his code too.



Retrain your muscle memory.

grep () {

  echo "Use rg"

  rg "$@"

}




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: