A very basic tar/zip extraction program.
- You can download the latest prebuilt binaries of qstract here.
- Install script (Unix platforms):
bash -c "$(curl -fsSL --tlsv1.2 https://raw.githubusercontent.com/cargo-prebuilt/qstract/main/scripts/install-qstract.sh)"-Cfor directory to extract to.-zfor gzip.--zipfor zip. (none, deflate, deflate64)--sha256for sha256 hash.--sha512for sha512 hash.--sha3_256for sha3_256 hash.--sha3_512for sha3_512 hash.
First positional arg is the file to extract/hash.
qstract -z -C /tmp /tmp/tar.tar.gz: Extract gzip file tar.tar.gz to /tmpqstract tar.tar: Extract file tar.tar to current working directory