ZrSiO4-y/dsh-explorer0

@zrsio4-y/dsh-explorer

VS Code-style file explorer plugin for the dsh web GUI: file panel beside the sidebar, multi-tab preview panel (code/images/PDF/audio/video/Markdown/CSV/Excel/Word/zip), filename search, sort/filter, copy-paste, swap sides and drag-resize — zero patches to official packages

AI Analysis

核心用途是为 DSH 增加本地文件管理与多格式预览能力。适合需要频繁查看、编辑工作区文件,且希望在 DSH 界面内一站式完成的用户。

Package
@zrsio4-y/dsh-explorer
Version
0.8.1
Last updated
Aug 14, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZrSiO4-y/dsh-explorer

⚙️ 配置工作区

插件只浏览你配置的目录。编辑你的 profile cordis.patch.yml(通常在 %USERPROFILE%\.dsh\profiles\web\cordis.patch.yml),加上:

- id: explorer
  config:
    roots:
      - 'D:\你的项目'
      # - 'E:\另一个目录'   # 可配置多个

💡 文件只在你本机预览,不会上传到任何服务器。