link-fgfgui/dsh-shutup0

dsh-shutup

Shut up DSH web: no browser token gate, inverted --no-open (default stays quiet), --host 0.0.0.0 allowed

包名
dsh-shutup
版本
0.2.0
最近更新
2026年9月8日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:link-fgfgui/dsh-shutup

使用

dsh --profile web                              # 安静启动,直接打开打印的干净 URL
dsh --profile web --no-open                    # 反而弹浏览器(反转语义)
dsh --profile web --host 0.0.0.0 --port 3080   # 局域网可访问,同时打印 LAN 地址
dsh plugin --profile web remove dsh-shutup     # 移除

startup.js 的依赖(commander + @deepseek-ai/dsh-cmdline)已在包内 pnpm install 好;profile 侧是 link: 安装,改包内文件即时生效,无需重装。