中文 | English
一键修复 Word、PowerPoint 和 Excel 文件的格式问题 — 直接在 Raycast 中操作。
Raycast Store 审核中。目前通过源码安装:
# 安装 Python 后端
pip install git+https://github.com/zengtianli/dockit.git
# 安装扩展
git clone https://github.com/zengtianli/dockit-raycast.git
cd dockit-raycast
npm install && npm run dev| 命令 | 功能 |
|---|---|
| Format Word Document | 修复中文引号配对、英文标点转中文、标准化单位符号 |
| Convert Spreadsheet Format | Excel/CSV/TXT 格式转换,支持自动检测 |
| Standardize PowerPoint | 统一字体、修复文本格式、一键设置表格样式 |
Raycast (TypeScript) → subprocess → python3 -m dockit → dockit core
Finder 选择文件 → 触发命令 → HUD 通知结果 → 输出保存到同一目录。
- DocKit — Python 核心库
- DocKit Web — 在线演示
MIT