A collection of file conversion wrappers with obvious names.
Stop using sites like https://png2ico.com, https://pdf2png.com, etc. You've always been able to do this in your terminal. Only this time you won't have to memorize any of the commands!
Convert single png image to ico
png2ico image1.pngConvert all png files in current dir to JPG (does not affect original files)
png2jpg *.pngConvert document to image
pdf2png document.pdf... and so on, see generator.py
As simple as adding this line to your bashrc:
source /path/to/shell_file_converters.shThis project thrives on your contributions! Whether it's adding new features, improving existing ones, or fixing bugs, all contributions are welcome. If you have ideas on how to make this toolkit even better, don't hesitate to fork the repo and submit a pull request, or open an issue. Let's make this File Converter Toolkit the best it can be, together! 💪
This project is licensed under MIT License - see the LICENSE file for details.
Happy Converting! 🎉