awol2005ex3/dsh-md-table-export0

dsh-md-table-export

DeepSeek Harness (dsh) plugin: export Markdown pipe-tables found in conversation content into Excel (.xlsx). Ships a host tool plus a Web client bundle.

包名
dsh-md-table-export
版本
1.0.0
许可证
Apache-2.0
最近更新
2026年8月28日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:awol2005ex3/dsh-md-table-export

4. 把当前插件加入 web profile(同时作为 bundle 层进入配置树)

npx @deepseek-ai/dsh plugin --profile web add .

配置(overlay / cordis.yml)

- id: dsh-md-table-export
  name: dsh-md-table-export
  config:
    defaultOutputDir: "/tmp/dsh-exports"
    sheetPerTable: false

注意:patch 是按 id 整体替换 config(非深合并),overlay 需写全字段。