dsh-clipfile
Agent 与会话 活跃维护

dsh-clipfile

whyzsm/dsh-clipfile

支持剪贴板粘贴、原生文件选择器、@提及搜索路径三种方式快速将文件或文件夹附加到编辑器内,内置分页式Markdown转换能力,操作流畅适配内容创作场景

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
53 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:whyzsm/dsh-clipfile
git clone https://github.com/whyzsm/dsh-clipfile.git
git clone git@github.com:whyzsm/dsh-clipfile.git
README.md main

dsh-clipfile

Attach files and folders in the DeepSeek Harness (DSH) Web composer.

What it does

  • Clipboard paste (⌘V) — copy files/folders in Finder, paste into the composer. Detected via osascript furl, no upload needed.
  • Native picker (+ button) — a folder-styled button next to the composer opens the macOS file/folder chooser (multi-select).
  • @-mention path completion — type @ + keyword in the composer to fuzzy-search paths (mdfind-backed).
  • Paged Markdown conversion — pasted folders are converted in place by Python into INDEX.md + pages/*.md (summary index first), so the agent reads large folders page by page instead of dumping everything.
  • Removable chips — every attachment is a chip under the composer; ✕ removes it (and its path token in the draft), click reveals it in Finder.

Attachments are zero-copy: the converter reads the original path read-only and writes only the paged Markdown pack under .dsh-clipfiles/md/.

Install

dsh plugin --profile web add whyzsm/dsh-clipfile

macOS only (uses osascript / NSOpenPanel / python3 at /opt/homebrew/bin/python3).

License

MIT