Have you ever downloaded a new font family or trial font bundle and been like, “ugh, just give me the TTF files from these font folders”? Well today is your lucky day. Meet Font_File_Separatornator.sh, the shell script for all your font separating needs.
The Font File Separatornator is a shell script that organizes your font files into separate directories based on their file type (.ttf, .woff2, .otf).
Clone the repo git clone https://github.com/johnchourajr/font-file-separatornator.git
or download.
First, give the shell script permission to run:
chmod +x Font_File_Separatornator.sh
Then, run the shell script:
./Font_File_Separatornator.sh
Do as you please with those separated files 🙏
Also, you can keep running this over and over and it’ll keep refreshing those same “All X” file directories without making duplicates. Magic.
Separates all .woff, .ttf, and .otf files into separate folders for all fonts within a file directory 😮 🤯
Source Directory: The current directory where the script is run. Destination Directories: Created as siblings to the source directory: all TTFs: Contains all .ttf files. all WOFF2s: Contains all .woff2 files. all OTFs: Contains all .otf files.
This project is licensed under the MIT License - see the LICENSE file for details.