name: file-organizer-skill description: Organize files in directories by grouping them into folders based on their extensions or date. Includes Dry-Run, Recursive, and Undo capabilities.
organize_history.json for tracking.python3 scripts/organize.py /path/to/folder
Great for photos or archives.
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
python3 scripts/organize.py /path/to/folder --date
See what would happen without moving anything.
python3 scripts/organize.py /path/to/folder --dry-run
Revert changes using the history file.
python3 scripts/organize.py --undo /path/to/folder/organize_history.json
Modify scripts/organize.py get_default_mapping() to add custom extensions.
這個工具質量良好,功能實用且設計考慮周全。它能按型別或日期整理檔案,支援模擬執行和撤銷操作,可以放心試用。不過遞迴整理時可能把已分類好的檔案再移一次,有小機率造成混亂。總體來說簡單易用,適合日常檔案管理需求。