ChengChe106/dsh-web-auto-open ↗★ 0
dsh-web-auto-open
dsh plugin: auto-open the default browser as soon as the dsh web GUI server is listening — one-step startup for `dsh web`
AI Analysis
核心用途是简化 DSH 启动流程,在服务就绪后自动唤起浏览器。适合希望减少手动操作、提升启动体验的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChengChe106/dsh-web-auto-openREADME
Read the full README ↗可选配置
在 ~/.dsh/profiles/web/cordis.patch.yml 里覆盖 web-open 行即可:
- id: web-open
config:
autoOpen: false # 关闭自动打开
delayMs: 1000 # 服务器就绪后再延时 1 秒打开浏览器