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

15m read timeFrom github.com
Post cover image
Table of contents
CLI code search tool that understands code structure and ranks results by relevance. No indexing requiredPitch: Why use cs?Key FeaturesInstallFAQUsageMCP Server ModeSupport
1 Comment

Sort: