love0d000721/dsh-file-upload
love0d000721★ 0JavaScript最后同步: 2026-08-15
Windows file upload for DeepSeek Harness: configurable hotkey opens the native file dialog (PowerShell 7, 5.1 fallback), copy to workspace / safe path insertion, bilingual UI (中文/English), privacy-safe by default.
README 摘要
dsh-file-upload Windows file upload for DeepSeek Harness: a configurable hotkey opens the native Windows file dialog (via PowerShell 7 , with a labeled Windows PowerShell 5.1 fallback), then a graphical chooser lets you copy files into the workspace , insert a safe file list into the composer , or both . The UI is bilingual (中文 / English). Privacy is protected by default — see Privacy. ⚠️ Windows-only. Requires PowerShell 7 (recommended) or the built-in Windows PowerShell 5.1. Screenshot Settings — hotkey / language / privacy controls Only the settings page is published on purpose: other dialogs display file names/paths and are kept out of this public repo. Features - Hotkey : Ctrl+Shift+U by default — record any combination from Settings (click the key, then press the new one; Esc cancels). - Reliable & simple : every pick spawns ONE short-lived PowerShell process (no persistent server — that design hung in some environments and was removed). Engine paths are resolved without probe processes, and every wait has a hard timeout, so the pick can never hang. - Engine discovery : PowerShell 7 first (MSI → PATH → where pwsh → Store alias → Chocolatey), Windows PowerShell 5.1 as a clearl…
在 GitHub 查看完整 README →