Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

ISOMake



ISO 9660 Image Creation Utility



GitHub Repo stars
License
Last Commit
Build


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