← Back to context

Comment by ebcode

5 hours ago

I’m working on a tool that is a more token-efficient code search than grep. I don’t have hard numbers yet, but it’s been working for me to get longer sessions. https://github.com/ebcode/SourceMinder

Oh nice! Thank you, I will definitely give this a shot.

I was looking at tree-sitter myself for this task.

  • It's still in beta, and I'm hoping to get more feedback, so feel free to post in the issues or reach out directly if you run into any problems.