Organizer CLI is a python command line tool that goes through a given directory and organizes all un-folder bound files into folders by file extension. Organize CLI Supports 108 different file extensions over 27 file type categories and the list is ever growing.
pip install organizer-cli
cd Organizer-Cli
pip install -e .
- Pre-action prompt to the number of files that will be moved.
- Prompts the user if no files extensions are supported in the directory.
- Added extensions include [.webp, .vce, .spx, .m4r, .wax, .xlsb, .xlsm, .xlam, .xlb, .xla, .xlt, .xar, .xlm, .xl, .xlw, .xltx, .xll, .xlc, .ppsx, .ppsm, .pptm, .sldx, .pot, .potx, .ppam, .ppa, .sldm, .pa, .potm]
After installing the CLI tool you will be able to use the Organize
command in any directory, followed by a tag specifying the type of file you want organized.
Organize [command]
Simply running the Organize
command will organize all the current directory.
Organize
Running the Organize
command with the safe
tag will organize all media files in the current directory.
Organize safe
Running the Organize
command with the all
tag will organize all supported file formats in the current directory.
Organize all
The safe
command moves the most common types of media file, this includes images, audio, video etc. this command avoids filetypes that might be dependent on other programs running, like .cpp
or .exe
files. This is also the default command if no command is specified after the initial Organize
call is made.
The all
command moves all supported file formats.
The image
command moves all supported image formats like .PNG, .JPG, .JPEG etc.
The audio
command moves all supported audio formats like .MP3, .WAV, .OOG etc.
The video
command moves all supported video formats like .MP$, .MOV, .WMV etc.
The office
command moves all supported Microsoft Office files including .DOCX, .PPT, .XLS etc.
The vector
command moves all supported vector files like .SVG and .AI.
The gif
command moves .GIF files exclusively.
The photoshop
command moves .PSD files exclusively.
The pdf
command moves .PDF files exclusively.
The font
command moves all supported font files, like .OTF, .TTF, .WOFF etc.
The code
command moves all supported file formats of different programming languages like .PY, .CPP, .JS etc.