Hacker News new | past | comments | ask | show | jobs | submit login

I am always amazed at how hard it is to find something with GitHub's search, when `git grep` works so well.



git grep is far more expensive and slower the what GitHub does, especially on large repositories.


So... ?


grep works on the actual, full repo data and not a precomputed index (which is computationally speaking orders of magnitude faster).

No online service in the world does not index things.

If you need full access to everything, why not just clone the repo and do these things in the comfort of your command line?




Consider applying for YC's Spring batch! Applications are open till Feb 11.

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

Search: