DXF1024/dsh-plugin-desktop-shortcut

DXF1024★ 0JavaScriptLast synced: 2026-08-16

Open on GitHub

README excerpt

dsh-plugin-desktop-shortcut English 中文 A DeepSeek Harness (dsh) plugin that creates a Windows desktop shortcut to launch dsh web with a single double-click — no terminal needed. ✨ Zero runtime dependencies (Node builtins only). Windows-only. 🐳 Bundled cute DeepSeek whale-girl icon (CC BY-NC-SA 4.0, see assets/NOTICE.md). Features 1. On plugin load, writes a small .cmd launcher next to your dsh checkout ( /start-dsh-web.cmd ) and creates \DSH Web.lnk pointing at it (handles OneDrive desktop redirection). 2. Double-click the shortcut → a console window opens → pnpm dsh web runs → open http://127.0.0.1:3080 . Closing the window stops the service. 3. Duplicate-run guard : if dsh is already listening on the port, the launcher skips starting a second instance and just opens the browser. 4. Auto-open browser : opens the web UI a few seconds after the server boots (configurable delay). 5. In the TUI, registers a /shortcut command: Command Effect /shortcut or /shortcut status Show current state (including whether the server is running) /shortcut install Create / refresh the shortcut and launcher /shortcut remove Delete both files Install Windows only. The plugin is not published to npm yet…

View full README on GitHub →
Terminal / TUIdsh-pluginterminal

Category