go install github.com/pt-main/pack/cmd/pack@latestPacks files into a single .pack file with optional compression and encryption.
Create an archive:
pack create archive.pack
pack create input.txt archive.pack dataAdd files:
pack push archive.pack --script.py=myscript --config.json=cfgExtract a file:
pack get archive.pack myscript out.pyShow structure:
pack struct archive.packShow contents:
pack show archive.pack myscript--secure— AES-GCM encryption--zip— gzip compression--key="..."— encryption key (16/24/32 bytes)
Flags specified during creation must be used for all operations.
PACK@0
→ name (once)
→ metadata
→ containers: name → data
Apache 2.0
By Pt, 2026, using Lc and Tap.