dsh plugins中文
← Back to popular plugin directory

DSH Web UI Add cross-platform

bill9109/dsh-drag-and-drop · themes

Drag local files in and insert their real paths Install: A DeepSeek Harness Web UI plugin: drag local files or folders onto any part of the page and their origi.

★ 7GitHub stars
1Forks
2026-08-15Last updated
JavaScriptLanguage
BSD-3-ClauseLicense

Project overview

dsh-drag-and-drop — Drag local files in and insert their real paths Install: dsh plugin --profile web add github:omdsh-dev/dsh-drag-and-drop A DeepSeek Harness Web UI plugin: drag local files or folders onto any part of the page and their original absolute filesystem paths are inserted into the current conversation input — without uploading, moving, or copying anything. Why this exists

A browser never hands a web page the real filesystem path of a dropped file — it exposes only a local file URI when it feels like it, and often nothing at all, for security. DSH, though, operates on real files: its tools read, run, and patch actual paths on the machine. Drop a file into an ordinary web input and you get either an upload (a copy that silently breaks the file's relationship with its neighboring dependencies) or a hand-typed path that is easy to get wrong.

Drag files or folders from Finder, a Linux file manager, or Windows Explorer onto any part of the DSH Web UI.

Install command

dsh plugin --profile web add github:bill9109/dsh-drag-and-drop
View GitHub repository ↗Back to popular plugin directory