Loading...
Loading...
Smart File Organizer for Mac, focused on organizing office documents in the Downloads folder and avoiding accidental movement of code files
npx skill4agent add crazynomad/skills file-organizer| Category | Extensions |
|---|---|
| 📊 Presentations | .ppt, .pptx, .key |
| 📝 Documents | .doc, .docx, .pages, .rtf |
| 📈 Spreadsheets | .xls, .xlsx, .numbers, .csv |
| 🖼️ Images | .jpg, .png, .gif, .webp, .heic |
| 🎬 Videos | .mp4, .mov, .avi, .mkv |
| 🎵 Audio | .mp3, .wav, .flac, .m4a |
| 📦 Compressed Files | .zip, .rar, .7z, .dmg |
| 📚 E-books | .epub, .mobi, .azw3 |
.gitnode_modulesvenv__pycache__Library.Trash.idea.vscodebuilddistDerivedData# Defaults to organizing the Downloads folder
python scripts/file_organizer.py --manual
# Organize the Documents folder
python scripts/file_organizer.py --manual --scope documents
# Organize the entire user directory
python scripts/file_organizer.py --manual --scope home# Automatically organize the Downloads folder
python scripts/file_organizer.py --auto
# Preview mode (no actual movement)
python scripts/file_organizer.py --auto --dry-run
# Only organize files from the last 30 days
python scripts/file_organizer.py --auto --days 30# View screenshots
python scripts/file_organizer.py --screenshots
# Automatically organize screenshots (by month)
python scripts/file_organizer.py --screenshots --auto# Find files larger than 100MB
python scripts/file_organizer.py --large-files
# Find files larger than 500MB
python scripts/file_organizer.py --large-files --min-size 500python scripts/file_organizer.py --status~/Desktop/To-Organize/
├── 📊 Presentations.savedSearch
├── 📝 Documents.savedSearch
├── 📈 Spreadsheets.savedSearch
├── 📄 PDF.savedSearch
├── 🖼️ Images.savedSearch
├── 🎬 Videos.savedSearch
├── 🎵 Audio.savedSearch
├── 📦 Compressed Files.savedSearch
├── 📚 E-books.savedSearch
└── 💾 Large Files (>100MB).savedSearch~/Desktop/Organized-Files-20240125/
├── Presentations/
├── Documents/
├── Spreadsheets/
├── PDF/
├── Images/
├── Videos/
├── Audio/
├── Compressed Files/
└── E-books/~/.config/mole/whitelist.txt