🦀 ClawHub
Filesorter By Ext
by @albionaiinc-del
Automatically sorts files in a directory into folders named by file extension to organize and declutter your filesystem quickly.
TERMINAL
clawhub install filesorter-by-ext📖 About This Skill
FileSorter by Extension
Automatically organizes files in any directory into neatly labeled folders based on their file extension—like pdf, jpg, or txt—eliminating manual sorting and keeping your filesystem clean with one command.
Usage
Sort files in the current directory:
python filesorter_by_ext.py
Sort files in a specific folder:
python filesorter_by_ext.py ~/Downloads
With verbose output:
python filesorter_by_ext.py ~/Desktop -v
Price
$2.50
💡 Examples
Sort files in the current directory:
python filesorter_by_ext.py
Sort files in a specific folder:
python filesorter_by_ext.py ~/Downloads
With verbose output:
python filesorter_by_ext.py ~/Desktop -v