This is awesome! @danfox, sent you an email though commenting here too. I'm the CTO @ GitHub. Would love to talk to you about this and other things we are building in this area at GitHub. Feel free to email direct to jason at github.com
Show HN: Search code in GitHub repos using regular expressions
51–60 of 165 posts
Re: Show HN: Search code in GitHub repos using regular expressions
#52But it's actually pretty #neat. It's all tidied up into a single app without any dependencies.
This rocks and, so far, seems way way WAY better than Github's own search tool.
Re: Show HN: Search code in GitHub repos using regular expressions
#53This is awesome! @danfox, sent you an email though commenting here too. I'm the CTO @ GitHub. Would love to talk to you about this and other things we are building in this area at GitHub. Feel free to email direct to jason at github.com
github's code search is notoriously bad, feels like a huge missed opportunity. Nice to see you guys reaching out to other people working in this area.
Then i had to download repo in my local; run VS code (updating first), search there, modify, push. I wish i could do this on Ghub web GUI
Re: Show HN: Search code in GitHub repos using regular expressions
#54This is awesome! @danfox, sent you an email though commenting here too. I'm the CTO @ GitHub. Would love to talk to you about this and other things we are building in this area at GitHub. Feel free to email direct to jason at github.com
github's code search is notoriously bad, feels like a huge missed opportunity. Nice to see you guys reaching out to other people working in this area.
Re: Show HN: Search code in GitHub repos using regular expressions
#55Any plans to include backrefs? I'd like to see how many examples of /(\w+) && \1\./ are out there in .js/.ts compared to /(\w+)\?\./
Re: Show HN: Search code in GitHub repos using regular expressions
#56Why regex still exists? It is unintuitive, requires mastering an obscure syntax, it is very hard to debug, and very difficult to explain to others how it works. It feels like we are trying to write intermediate code by ourselves, while we should have a human readable language that generates regex.
Is there an alternative that is clearly superior?
Re: Show HN: Search code in GitHub repos using regular expressions
#57Next post from danfox - “how to get 3 job offers in 3 hours”. Already has been publicly contacted by: - GitHub CTO - SerpApi CEO - SourceGraph CEO Search is hot right now!
Re: Show HN: Search code in GitHub repos using regular expressions
#58Next post from danfox - “how to get 3 job offers in 3 hours”. Already has been publicly contacted by: - GitHub CTO - SerpApi CEO - SourceGraph CEO Search is hot right now!
Actually, It would more be like: "How I failed at 3 interviews, despite being directly contacted by execs."
Re: Show HN: Search code in GitHub repos using regular expressions
#59Earlier quoted context omitted.
github's code search is notoriously bad, feels like a huge missed opportunity. Nice to see you guys reaching out to other people working in this area.
The fact that you can’t search for file names is the funniest part to me.
Re: Show HN: Search code in GitHub repos using regular expressions
#60Next post from danfox - “how to get 3 job offers in 3 hours”. Already has been publicly contacted by: - GitHub CTO - SerpApi CEO - SourceGraph CEO Search is hot right now!
Actually, It would more be like: "How I failed at 3 interviews, despite being directly contacted by execs."