Show HN: SourceMinder, a Context Aware Code Search for Solo Devs and Claude Code

ebcode.com

2 points by ebcode 18 hours ago

Hello HN. Here's the TLDR from the linked blog post: After running into context window issues on my first two projects, I developed a tool for making Claude Code use fewer tokens by creating an indexer that provides context in the search results. Built with sqlite and tree-sitter, it currently supports the following languages: C, Go, PHP, Python, and TypeScript. Get the code here: https://github.com/ebcode/SourceMinder

Happy to answer any questions about it here, and open to critical feedback. Thanks!

atmanactive 13 hours ago

Very interesting. Thanks for sharing. Any plans to add Perl?

  • ebcode 11 hours ago

    Yep! Java, Perl, and Ruby are all on the to-do list. I’ll start with Perl since you asked. And it takes me about two weeks to implement a new language. Check back in January.

    • atmanactive 4 hours ago

      Wow, I'm flattered. Looking forward. Thanks!