ISO 9660 Image Creation Utility
ISOMake is a fast, flexible utility for creating ISO 9660 images. This command-line tool by VoltagedDebunked allows users to generate ISO files with ease, supporting various input files and directories.
- Supports ISO 9660 format for compatibility across platforms
- Simple CLI with optional color-coded output
- Handles multiple file inputs for flexible image creation
- Detailed progress reporting for each stage of ISO creation
git clone https://github.com/voltageddebunked/isomake.git
cd isomake
sudo make install
To create an ISO image from one or more files, use the following command:
isomake <output.iso> <input_file1> [input_file2] ...
Example:
isomake output.iso file1.txt file2.jpg
This creates an ISO file (output.iso
) containing file1.txt
and file2.jpg
.
- Fork the repository
- Create your feature branch (
git checkout -b feature/NewFeature
) - Commit your changes (
git commit -m 'Add NewFeature'
) - Push to the branch (
git push origin feature/NewFeature
) - Open a pull request
ISOMake is licensed under the GPL-3.0 License. See the LICENSE file for details.
Created by VoltagedDebunked