Categorize and Uncategorize Your Folders
Table of Content
TL;DR just take me to how to install.
What are Extension Categorizer and Folder Dumper
This script helps you to categorize files in a folder by file's extension. In example if you have lots of files that have .png, .jpg, .xfc, .svg, .psd (or something else) extension in a folder, this script automatically creates folders named by extension and moves all files from current destionation to created folders.
Installation
Just run install.sh with root privileges via this command:
sudo ./install.sh
Usage
In example, this command,
extension-categorizer --prefix=files_that_have --suffix=_extension
creates folders like:
- files_that_have_png_extension
- files_that_have_jpg_extension
- files_that_have_xfc_extension
- files_that_have_svg_extension
- files_that_have_psd_extension
And the dump-folders moves all things in subdirectories to current directory.