Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spacebanana420/imgcreator

A CLI program that creates empty .img disk images
https://github.com/spacebanana420/imgcreator

cli cross-platform rust utility

Last synced: 24 days ago
JSON representation

A CLI program that creates empty .img disk images

Awesome Lists containing this project

README

        

# imgcreator
Imgcreator is a cross-platform CLI program that quickly creates empty .img disk images. These disk image files can be used for a range of reasons, from virtual machine disks, to storing data, to creating ROMs, to store backups, to store entire disk data, etc

**This software does not work properly and I don't intend on working on this project at least for now**

# Download
You can download the latest versions of imgcreator [here](https://github.com/spacebanana420/imgcreator/releases)

Once imgcreator comes out, it will be compiled for the following systems:
- Linux (x86_64)
- NixOS (x86_64)
- Windows (x86_64)

# Compiling from source
Imgcreator will work on any operative system and architecture that supports Rust's compiler

Install cargo, Rust's package manager, and open a terminal in the project's directory and run ``` cargo build -r ```