- Shell 100%
| cleanup-tools | ||
| font-tools | ||
| image-tools | ||
| privacy-tools | ||
| LICENSE | ||
| README.md | ||
Bash Utility Scripts
Collection of practical bash scripts for common file processing tasks.
Script Categories
🧹 Cleanup Tools
Tools for system maintenance and file cleanup operations.
- remove-mac-files - Recursively remove macOS hidden files (.DS_Store, ._*)
🔤 Font Tools
Scripts for font processing and conversion.
- convert-ttf-to-woff2 - Convert TTF fonts to WOFF2 format for web usage
🖼️ Image Tools
Utilities for image optimization and processing.
- optimize-png - Minimize PNG images with color reduction
- optimize-jpg - Compress JPG/JPEG images with quality control
🔒 Privacy Tools
Scripts for privacy protection and security.
- randomize-mac-boot - Automatically randomize MAC addresses at system boot
📖 Documentation
For detailed usage instructions, examples, requirements, and technical details, see the README file in each script's directory. Each script has specific usage instructions depending on whether it's used from Nemo file manager or terminal.
📄 License
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
GPL v3 Summary: You are free to use, modify, and distribute these scripts. Any derivative work must also be licensed under GPL v3 and include the source code.