top | item 46308512

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

2 points| ebcode | 2 months ago |ebcode.com

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!

3 comments

order

atmanactive|2 months ago

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

ebcode|2 months 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.