Show HN: Search code in GitHub repos using regular expressions
1–10 of 165 posts
Re: Show HN: Search code in GitHub repos using regular expressions
#21. How did you build the index? Did you use a GitHub dump of some sort? How often do you refresh it?
2. Is it Elasticsearch or similar or a completely custom engine?
3. What kind of RAM/CPU are you using to power it?
4. Any plans to open source the code or commercialize the technology?
I could absolutely imagine paying for a private code search engine like this to run against a large internal company codebase spread across many repositories.
Re: Show HN: Search code in GitHub repos using regular expressions
#3Obviously the source material is different (Debian packages vs GitHub repos) and grep.app also uses re2, but that is all I can see from a look at the “about” blurb.
Re: Show HN: Search code in GitHub repos using regular expressions
#4Re: Show HN: Search code in GitHub repos using regular expressions
#5Re: Show HN: Search code in GitHub repos using regular expressions
#6Can it grep on individual repos?
Re: Show HN: Search code in GitHub repos using regular expressions
#7Re: Show HN: Search code in GitHub repos using regular expressions
#8Anyway, to not only criticize, good job! It's definitely one of GitHub's missing features. And I can imagine it's not an easy job to build something like that. But as I wrote, it really has to be well explained to be actually usable.
Re: Show HN: Search code in GitHub repos using regular expressions
#9Curious that I found many "secret forks" of my stuff, but none of my repos is directly indexed.