`save` not `>`: piping tar into a tuned xz compression in nushell
To compress a folder you first bundle it into a single file (tar), then compress that file (xz) — which naively means juggling three artifacts: the folder, the intermediate .tar, and the final .tar.xz…