Settings

Theme

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

ebcode.com

2 points by ebcode a month ago · 3 comments · 1 min read

Reader

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 a month ago

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

  • ebcodeOP a month 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection