SMRTR ProgrammingFeb 22, 2026Hacker News

CS – indexless code search that understands code, comments and strings

SMRTR summary

Codespelunker (cs) is a CLI code search tool that combines the speed of command-line tools with intelligent relevance ranking. Unlike grep or ripgrep, it parses code structure on-the-fly to distinguish between code, comments, and strings, ranking matches by relevance using BM25 scoring. It includes features like complexity gravity to surface implementation files over interfaces, multiple search interfaces including TUI and HTTP modes, and MCP server support for LLM integration.

SMRTR provides this summary for quick context. The original article belongs to Hacker News.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.