Show HN: SourceMinder, a Context Aware Code Search for Solo Devs and Claude Code
ebcode.comHello 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!
Very interesting. Thanks for sharing. Any plans to add Perl?
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.
Wow, I'm flattered. Looking forward. Thanks!