/directory-organizer

🗂️ Script that groups files by their file extensions into directories

Primary LanguagePythonMIT LicenseMIT

🗂️ Directory Organizer

Messy downloads directory?

Directory Organizer is a simple script that organizes all your files by their file extensions, creating an directory for each.

Usage

Note

Directory Organizer will organize the current directory if no path is passed.

python3 directory-organizer.py <path>

If the script can be executed (chmod +x directory-organizer.py):

./directory-organizer.py <path>