Clearchenpro/dsh-file-browser ↗★ 0
dsh-file-browser
DSH plugin: right-side whole-disk file browser panel with name/size/mtime sorting and drag-into-chat
安装
$
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: "" # 面板初始目录;空 = 用户主目录