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

https://github.com/craftablescience/xzptool

A tool to convert .xz_ files to/from editable .xzp pack files.
https://github.com/craftablescience/xzptool

Last synced: 12 days ago
JSON representation

A tool to convert .xz_ files to/from editable .xzp pack files.

Awesome Lists containing this project

README

          

# xzptool


License
Workflow Status
Discord
Ko-Fi

A tool to convert `.xz_` files to/from editable `.xzp` pack files.

## Credits

- [argparse](https://github.com/p-ranav/argparse)
- [bufferstream](https://github.com/craftablescience/BufferStream)
- [jcalg1](https://bitsum.com/portfolio/jcalg1)

## Full Help Text

```
Usage: xzptool [--help] [--output PATH] [--verbose] [-y] PATH

Positional arguments:
PATH The path to the input file. [required]

Optional arguments:
-h, --help shows help message and exits
-o, --output PATH The path to the output file.
-v, --verbose Print out more information.
-y Automatically say yes to any prompts.
```