codespelunker (cs) is a CLI code search tool written in Go that parses source files on the fly to understand code structure—distinguishing code, comments, and string literals—and ranks results using a weighted BM25 algorithm combined with cyclomatic complexity signals. Unlike ripgrep or grep, it acts as a search engine rather

Sort: