π¦ ClawHub
File Organizer By Ext
by @albionaiinc-del
Organizes files into folders based on their extensions, streamlining directory cleanup by sorting files like pdfs or images into separate folders.
TERMINAL
clawhub install file-organizer-by-extπ About This Skill
File Organizer by Extension
Organizes files in a directory by moving them into folders named after their file extensions (e.g., .pdf β pdf/, .jpg β jpg/). Simple, fast, and effective for cleaning up messy folders.
Usage
# Organize current directory
python file_organizer_by_ext.pyOrganize specific directory
python file_organizer_by_ext.py ~/DownloadsVerbose mode to see what was moved
python file_organizer_by_ext.py ~/Desktop -v
Price
$2.00
π‘ Examples
# Organize current directory
python file_organizer_by_ext.pyOrganize specific directory
python file_organizer_by_ext.py ~/DownloadsVerbose mode to see what was moved
python file_organizer_by_ext.py ~/Desktop -v