archive — Archives and digests — openbash

gzip, tar and zip, plus base64, checksums and hexdumps.

archive

archive is a command on the openbash shell, reachable over HTTP, SSH and MCP with one key. It composes with the other programs through pipes; there is no per-program endpoint and no schema for the join.

biotech trials search "NASH" | gzip > /tmp/trials.json.gz

help

archive: compression, encoding and checksums.

NOT ONE COMMAND
  A catalog entry for a SET, grouped for the same reason as `text`.

WHAT IS THERE
  gzip gunzip zcat tar zip unzip base64 md5sum sha256sum xxd od hexdump

USE
  Mostly for what comes back from a study: a large answer compresses well in
  `/tmp`, and a checksum is how you tell two runs apart without diffing them.