Fix formatting in Word, PowerPoint, and Excel files — right from 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
-
在 Raycast 中搜索 "Format Word" / "Convert Spreadsheet" / "Standardize PowerPoint" 即可使用
| Command | Description |
|---|---|
| Format Word Document | Fix Chinese quote pairing, convert English punctuation to Chinese, standardize unit symbols (e.g. 平方米 → m²) |
| Convert Spreadsheet Format | Convert between Excel (XLSX), CSV, and TXT with auto-detection |
| Standardize PowerPoint | Unify fonts, fix text formatting, and set table styles in one click |
Raycast (TypeScript) → subprocess → python3 -m dockit → dockit core
Select a file in Finder → trigger the command → see results in HUD toast → output file in the same directory.
- macOS
- Python 3.10+ with dockit installed
- Raycast
| Preference | Default | Description |
|---|---|---|
| Python Path | /Users/tianli/miniforge3/bin/python3 |
Path to Python with dockit |
- DocKit — the Python core library
- DocKit Web — online demo, no install needed
MIT