Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voltageddebunked/isomake
ISO 9660 Image Creation Utility
https://github.com/voltageddebunked/isomake
9660 generator image iso isoimage operatingsystem
Last synced: about 1 month ago
JSON representation
ISO 9660 Image Creation Utility
- Host: GitHub
- URL: https://github.com/voltageddebunked/isomake
- Owner: VoltagedDebunked
- License: gpl-3.0
- Created: 2024-11-06T18:00:51.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T18:02:59.000Z (2 months ago)
- Last Synced: 2024-11-06T19:19:10.583Z (2 months ago)
- Topics: 9660, generator, image, iso, isoimage, operatingsystem
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ISOMake
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.---
🔧 Features
- 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📦 Installation
```bash
git clone https://github.com/voltageddebunked/isomake.git
cd isomake
sudo make install
```🚀 Usage
To create an ISO image from one or more files, use the following command:
```bash
isomake [input_file2] ...
```**Example:**
```bash
isomake output.iso file1.txt file2.jpg
```This creates an ISO file (`output.iso`) containing `file1.txt` and `file2.jpg`.
🤝 Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/NewFeature`)
3. Commit your changes (`git commit -m 'Add NewFeature'`)
4. Push to the branch (`git push origin feature/NewFeature`)
5. Open a pull request📝 License
ISOMake is licensed under the GPL-3.0 License. See the LICENSE file for details.
---
Created by VoltagedDebunked