tsonglew/dsh-workspace-search ↗★ 1
dsh-workspace-search
VS Code-style workspace keyword search tab for the dsh web GUI, registered into dsh-better-sidebar
AI 分析
核心用途是提供便捷的本地代码/文本搜索。适合在 DSH 中进行大中型项目开发、需要快速定位工作区文件内容的用户,需配合 better-sidebar 使用。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tsonglew/dsh-workspace-searchドキュメント
README 全文を読む ↗Configuration
All fields optional (profile patch layer):
- id: workspace-search
config:
maxFiles: 5000 # hard cap on files scanned per search
maxMatches: 300 # hard cap on total content matches
maxLineLength: 300 # hard cap on one reported line
maxFileBytes: 1048576 # files above this skip the content scan