jhuanxx44/dsh-paste-path

jhuanxx44★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

DeepSeek Harness plugin: paste Finder file paths into the composer with Ctrl+V

README 摘要

dsh-paste-path English · 简体中文 · Website: English / 中文 A macOS plugin for DeepSeek Harness Web. Copy files or folders in Finder with Cmd+C , return to DSH, then press Ctrl+V to insert their absolute paths into the composer. Normal text paste stays on Cmd+V . The problem Copying a file in Finder does not put a plain absolute path on the clipboard. Finder writes a native file-list representation, while a browser editor is deliberately isolated from local filesystem paths. That leaves a small but recurring gap when you want to give a local file path to an agent. dsh-paste-path bridges that gap inside DSH without uploading the file or taking over normal paste. Use it 1. Select one or more files or folders in Finder and press Cmd+C . 2. Return to DSH Web. 3. When the composer shows the Ctrl+V Paste path hint, press Ctrl+V . 4. The absolute paths are inserted into the current draft, one per line. The hint stays hidden when the clipboard does not contain file paths. Duplicate paths already present in the draft are skipped. Install From npm: From GitHub: For local development: Restart dsh web and refresh the page after installation. - npm package - source repository How it works The host pl…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdshdsh-pluginagent

分类