Hacker News new | ask | show | jobs
by rahuldan 1268 days ago
I am working on an open-source natural language search for codebases. I thought it might be interesting to be able to search for relevant classes, functions etc. when the codebases are very large. Then further I am planning on extending it to searching for git commits, PRs, issues etc.
1 comments

I recently created a first version and uploaded on github. https://github.com/rahuldan/codesearch

Would love to hear your feedback