file-organizer
Installation
SKILL.md
File Organizer
Sorts files into subdirectories by extension. Supports dry-run mode, custom rules, and undo.
Usage
# Preview what would happen
python scripts/organize.py ~/Downloads --dry-run
# Organize files
python scripts/organize.py ~/Downloads
# Undo last organization
python scripts/organize.py ~/Downloads --undo