awol2005ex3/dsh-md-table-export ↗★ 0
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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:awol2005ex3/dsh-md-table-export说明文档
阅读完整 README ↗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 需写全字段。