banttethai-ops/dsh-right-editor0

dsh-right-editor

DSH web plugin: a right-docked file panel that browses any directory and views/edits text, images (brightness/contrast/grayscale/rotate/flip), and Office/PDF documents (.docx/.xlsx/.pptx/.pdf via local Python).

包名
dsh-right-editor
版本
0.1.0
许可证
MIT
最近更新
2026年8月21日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:banttethai-ops/dsh-right-editor

🚀 使用说明

  1. 进入任意会话,在顶部标题栏右侧点击 📝 按钮打开右侧编辑面板;
  2. 面板从当前会话工作区开始,可点目录进入、点文件打开;
  3. 文本:直接编辑,点「💾 保存」或按 Ctrl+S
  4. 图片:用滑块调整亮度/对比度、勾选灰度、旋转/翻转,点「💾 保存」写回;
  5. Word/Excel:点「✏️ 编辑」进入编辑态,改完后点「💾 保存」;PPT/PDF 为只读预览;
  6. 路径栏支持输入任意绝对路径回车跳转,或点 ⬆ 返回上级目录。

⚙️ 配置

默认说明
pythonCommandpython用于解析 Office/PDF 的 Python 可执行文件;Windows 上找不到 python 时会自动尝试 py

cordis.patch.yml 的插件行 config 下覆盖。