Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spacebanana420/imgcreator
- Owner: spacebanana420
- License: apache-2.0
- Created: 2023-02-01T22:46:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T07:18:26.000Z (over 1 year ago)
- Last Synced: 2024-11-09T03:26:37.059Z (3 months ago)
- Topics: cli, cross-platform, rust, utility
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 compilerInstall cargo, Rust's package manager, and open a terminal in the project's directory and run ``` cargo build -r ```