Archive directory as follows:
- Compress each file using selected compression: gz, zst, br, lz4, sz, zip
- Archive all compressed file using tar
Archive files using gz:
archiver ~/tmp/fonts ~/tmp/fonts.gz.tar
Archive files using zst:
archiver ~/tmp/fonts ~/tmp/fonts.zst.tar
List files from archive file:
archiver ~/tmp/fonts.gz.tar
Unarchive files from archive file:
archiver ~/tmp/fonts.gz.tar --output=~/tmp/fonts-new
archiver ~/tmp/fonts.gz.tar --file=go.mod