Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dscalzi/packxzextract

Utility to decompress and extract jar files from .pack.xz format.
https://github.com/dscalzi/packxzextract

pack200 xz

Last synced: about 1 month ago
JSON representation

Utility to decompress and extract jar files from .pack.xz format.

Awesome Lists containing this project

README

        

This is a utility library to allow us to extract jar files from .pack.xz format.

The program can take three commandline arguments:

* ```-packxz filepath1.pack.xz,filepath2.pack.xz,...``` - Decompress and unpack the file(s) specified.
* ```-xz filepath1.xz,filepath2.xz,...``` - Decompress the file(s) specified.
* ```-pack filepath1.pack,filepath2.pack,...``` - Unpack the file(s) specified.

You can specify multiple files by separating the paths with `,` commas.