tsonglew/dsh-workspace-search1

dsh-workspace-search

VS Code-style workspace keyword search tab for the dsh web GUI, registered into dsh-better-sidebar

AI 분석

核心用途是提供便捷的本地代码/文本搜索。适合在 DSH 中进行大中型项目开发、需要快速定位工作区文件内容的用户,需配合 better-sidebar 使用。

패키지
dsh-workspace-search
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:tsonglew/dsh-workspace-search

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