Is there a way to grep for something inside a Github project's code?
I could pull the source and grep it locally, but I was wondering if it's possible through the web interface or a 3rd-party alternative.
Ideas?
|
|
Update January 2013: a brand new search has arrived!, based on elasticsearch.org: A search for stat within the ruby repo will be expressed as
Will give:
And you have many other examples of search, based on followers, or on forks, or... Update July 2012 (old days of Lucene search and poor code indexing, combined with broken GUI, kept here for archive): The search (based on SolrQuerySyntax) is now more permissive and the dreaded " (I suppose we can all than Tim Pease, which had in one of his objectives "hacking on improved search experiences for all GitHub properties", and I did mention this Stack Overflow question at the time ;) ) Here is an illustration of a grep within the ruby code: it will looks for repos and users, but also for what I wanted to search in the first place: the code!
Initial answer and illustration of the former issue (Sept. 2012 => March 2012) You can use the advanced search GitHub form:
For instance, Use the
So if you select the "
What is incredibly unhelpful from GitHub is that:
So, the user's experience usually is as follows:
So, to recap, if you want to "grep for something inside a Github project's code", as the OP Ben Humphreys, don't forget to select the " |
|||||||||||||||||
|
|
Recent private repositories have a search field for searching through that repo.
Bafflingly, it looks like this functionality is not available to public repositories, though. |
|||||||||||||||
|
|
Checkout this voodoo: Github code search userscript. Follow the directions there, or if you hate bloating your browser with scripts and extensions, use my bookmarkified bundle of the userscript:
Save the source above as the URL of a new bookmark. Browse to any Github repo, click the bookmark, and bam: in-page, ajaxified code search. CAVEAT Github must index a repo before you can search it.
Abracadabra...
Here's a sample search from the annotated ECMAScript 5.1 specification repository:
|
|||||||||||||||
|
|
While @VonC's answer works for some repositories, unfortunately for many repositories you can't right now. Github is simply not indexing them (as commented originally by @emddudley). They haven't stated this anywhere on their website, but they will tell you if you ask support:
Annoyingly there is no way to tell which repositories are not indexed other than the lack of results (which also could be from a bad query). There also is no way to track this issue other than waiting for them to blog it (or watching here on SO).
|
|||||||||
|
|
Google allows you to search in the project, but not the code :( |
|||
|
|