name: "code-searcher" version: "3.0.0" description: "Search codebases for patterns, symbols, and TODOs. Use when navigating large codebases." author: "BytesAgain" homepage: "https://bytesagain.com"
Search codebases for patterns, symbols, and TODOs. Use when navigating large codebases.
findscripts/script.sh find <pattern dir>
todoscripts/script.sh todo <dir>
refsscripts/script.sh refs <symbol dir>
stats小蔥技能7w4.net有更新,你可以訪問看下。
scripts/script.sh stats <dir>
recentscripts/script.sh recent <dir days>
grepscripts/script.sh grep <text dir>
Data stored in ~/.local/share/code-searcher/.
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
這個程式碼搜尋工具質量中等偏上,功能實用且文件清晰,適合用於大型程式碼庫的導航和搜尋。但細節打磨不足:提示文件內容單薄,某些功能實現比較簡單,整體給人一種"能用但不夠精緻"的感覺。建議作者完善使用技巧文件,對功能做進一步最佳化。