** WIP ** 💽 Universal virtual disk management tool

@dd86k dd86k authored on 6 Oct 2020
docs Update manpage 3 years ago
src New structure architecture 3 years ago
.gitattributes INIT 4 years ago
.gitignore Update .gitignore 3 years ago
LICENSE Re-tweak LICENSE newline 3 years ago
README.md start callback mechanism, vdi comapcting 3 years ago
Tupfile tup: add src as include directory 3 years ago
Tupfile.ini Attempt to add tup support 3 years ago
m m: add src as include directory 3 years ago
m.cmd m: add src as include directory 3 years ago
README.md

vvd, Universal virtual disk management tool

âš  EARLY DEVELOPMENT: MAY EXPLODE VIOLENTLY âš 

âš  DANGEROUS: MISSING UNIT TESTS âš 

âš  NOT PRODUCTION READY âš 

vvd aims to be a simple, robust, stable, universal tool to administrate virtual disk images.

User manual: docs/vvd.1

Technical Manual: Coming soon

Introduction

vvd is an attempt to be a stand-alone and all-in-one tool to manage virtual disk images.

Personal goals:

  • Finally compact my vmdk Windows disk images.

Compiling

Using the build scripts

There are two build scripts (m.cmd on Windows, and m on Posix platforms) that use clang-cl (Windows) or clang (Posix) by default.

You may set (and export) the CC (C compiler) and CF (C flags) variables for the scripts. For more info, you can invoke the scripts with --help.

Using tup

There is experimental tup support. This only builds the object files since tup will complain if the compiler creates a temporary file not within tup's database. You can still invoke m link to complete the process.

Homes

DISCLAIMER

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

For more information, see LICENSE.