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.
- Host: GitHub
- URL: https://github.com/craftablescience/xzptool
- Owner: craftablescience
- License: mit
- Created: 2025-03-11T06:08:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:01:24.000Z (10 months ago)
- Last Synced: 2025-03-11T10:41:32.747Z (10 months ago)
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# xzptool
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.
```