You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# codespelunker (cs)
2
2
3
-
### A CLI code search tool with BM25 ranking, structural code awareness, and complexity gravity — no index required
3
+
### CLI code search tool that understands code structure and ranks results by relevance. No indexing required
4
4
5
5
Ever searched for `authenticate` and gotten 200 results from config files, comments, and test stubs before finding the actual implementation? `cs` fixes that.
0 commit comments