quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
9.82k stars 433 forks source link

feat: Add quickgetc #1321

Open lj3954 opened 1 week ago

lj3954 commented 1 week ago

Quickgetc is an implementation of bash quickget which makes use of configurations generated through quickget_ci. This is very early, most features are not yet implemented.

Advantages:

Additional dependency: zstd. Alternatively, gzip could be used (which is already used by bash quickget) since the JSON is compressed into both zstd and gzip archives, but zstd is faster and has slightly better compression.