Clearchenpro/dsh-file-browser0

dsh-file-browser

DSH plugin: right-side whole-disk file browser panel with name/size/mtime sorting and drag-into-chat

AI 分析

核心用途是在 DSH 界面右侧提供直观的文件管理面板。适合需要频繁浏览本地目录、并将代码或图片快速拖入对话发送给 AI 的用户。

パッケージ
dsh-file-browser
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Clearchenpro/dsh-file-browser

ドキュメント

README 全文を読む ↗

配置(cordis.yml,全部有默认值)

- insert:
    - id: file-browser
      name: dsh-file-browser
      config:
        maxEntries: 1000          # 单层返回条目上限(隐藏项计入)
        statConcurrency: 32       # 扫描时并发 stat 数
        readMaxBytes: 16777216    # 拖入图片的字节上限(16 MiB)
        allowedRoots: []          # 空 = 全盘;非空 = 只允许这些根(如 ["C:\\work"])
        trustedHosts: []          # 除 loopback 外额外信任的 Host,如 ["192.168.1.20"]
        defaultPath: ""           # 面板初始目录;空 = 用户主目录