dsh-clipfile
Run the following command in DeepSeek Harness:
dsh plugin install whyzsm/dsh-clipfile
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install whyzsm/dsh-clipfile in your DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/whyzsm/dsh-clipfile .
About this plugin
Feeding local files and entire folders into the DSH Web composer used to mean opening each file, selecting all, copying, and pasting into the chat one line at a time. dsh-clipfile collapses that into a three-step muscle memory: copy a path in Finder and press ⌘V, or hit the plus button for the native multi-select chooser, or type @ plus a keyword and let mdfind fuzzy-match paths across your disk.
The real differentiator is paged Markdown conversion. A pasted folder is not dumped into context in one shot; instead a zero-dependency Node script (with a python3 fallback) converts it in place into an INDEX.md summary plus a pages directory, so the agent reads large trees page by page without blowing the window. Every attachment appears as a removable chip under the composer. Switching conversations shows only that dialog's chips, and sending the message clears them along with their path tokens in the draft.
Who it is for: macOS developers who regularly point DSH at local project trees, code repositories, or documentation folders. If you are tired of manual copy-paste every time you want an agent to understand a directory with hundreds of files, this plugin is worth a try.
Use Cases
- Paste a whole project folder and let the agent read its code structure page by page
- Fuzzy-search a local path with the @ prefix to attach it instantly
- Batch-attach multiple files and ask the agent for a consolidated summary or diff analysis
Best For
- macOS developers who work on local projects with DSH
- Writers and researchers who regularly feed large document trees to an agent
- Power users who want files in context with zero manual copy-paste
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.