Since I maintain a few projects that deal with source code one of the things I needed badly was a way to parse and understand gits .gitignore and .ignore files in order to get as much accuracy as …
codespelunker - CLI code search tool that understands code structure and ranks results by relevance. No indexing required with CLI, TUI, MCP and HTTP support. - boyter/cs
Since I maintain a few projects that deal with source code one of the things I needed badly was a way to parse and understand gits .gitignore and .ignore files in order to get as much accuracy as …
Code spelunker (cs) or code search is a new command line tool I have been working on and off over the last few years. It allows you to search over code or text files in the current directory either on …
MCP server providing structured code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository with 99% token reduction.
What felt like yesterday but is actually closer to 4 years ago I released the first version of code spelunker (cs) and wrote about it here. I then promptly forgot about everything in it as I was …
I released code spelunker a few days ago https://github.com/boyter/cs and literally one person asked for details on how it worked. Fitting in with my habit of putting any content I produce into my …