Skip to content

v0.2.3

Latest

Choose a tag to compare

@DXF1024 DXF1024 released this 17 Aug 04:11
· 1 commit to main since this release

dsh-plugin-desktop-shortcut v0.2.3

One-click desktop shortcut for dsh web on Windows. / 一键创建/刷新「DSH Web」桌面快捷方式的 dsh 插件(Windows)。

Features

  • Auto create/refresh the desktop shortcut (bundled DeepSeek whale-girl icon)
  • Duplicate-run guard: if the server is already running, just open the browser
  • Auto-open browser: polls the port and opens once the server actually listens (cold-start friendly)
  • TUI /shortcut command (install | remove | status, with server-liveness check)
  • Zero runtime dependencies (Node builtins only), MIT

Install

``sh
pnpm dsh plugin --profile web add git+https://github.com/DXF1024/dsh-plugin-desktop-shortcut.git

then declare it in ~/.dsh/profiles/web/cordis.patch.yml and restart dsh web

``
See README for details.