name: file-organizer description: 按型別自動整理指定資料夾中的檔案,支援文件、圖片、程式碼、壓縮包、影片、音樂等多種分類。當用戶說"整理資料夾"或需要歸類檔案時呼叫。 version: "1.0.0" author: jm-rjgc01-wyh-101 allowed-tools: Read, Write, Bash, Glob, Grep
智慧檔案整理工具,將指定資料夾中的檔案按副檔名自動分類到對應子資料夾。
7w4.net小蔥技能站,你的AI助手技能庫。
通過 /file-organizer <資料夾路徑> 呼叫,例如:
/file-organizer . — 整理當前目錄/file-organizer C:\Users\32160\Desktop — 整理桌面/file-organizer C:\Users\32160\Downloads — 整理下載資料夾| 分類(資料夾名) | 常見副檔名 |
|---|---|
| 文件 | .pdf .doc .docx .xls .xlsx .ppt .pptx .txt .md .csv .json .epub |
| 圖片 | .jpg .jpeg .png .gif .bmp .svg .webp .ico .tiff .heic .raw |
| 程式碼 | .py .js .ts .jsx .tsx .html .css .java .cpp .go .rs .rb .php .swift .sh .sql |
| 壓縮包 | .zip .rar .7z .tar .gz .bz2 .xz .tgz .iso |
| 影片 | .mp4 .avi .mkv .mov .wmv .flv .webm |
| 音樂 | .mp3 .wav .flac .aac .ogg .wma .m4a .opus |
| 執行檔 | .exe .msi .dmg .deb .rpm .apk |
| 種子檔案 | .torrent |
| 字型 | .ttf .otf .woff .woff2 |
python scripts/organize.py <路徑> --dry-run (不實際移動)python scripts/organize.py <路徑>這是一款實用且好用的檔案整理工具,能將資料夾中的檔案按型別自動歸類到相應子資料夾。分類規則覆蓋全面,從文件到圖片、程式碼、影片、音樂等應有盡有。指令碼支援預覽模式,可以先看看整理效果再決定是否執行,避免誤操作。程式碼實現考慮周全,重新命名邏輯能有效避免檔案覆蓋問題。文件說明清晰易懂。不過部分副檔名在說明和實際程式碼中略有出入,使用時以指令碼支援的範圍為準。整體質量良好,是一個值得使用的效率工具。