Ditto
Using ditto to zip up a folder:
ditto -ck --sequesterRsrc {source} {destination.zip}
Using ditto to unzip:
ditto -V -x -k --sequesterRsrc --rsrc {source.zip} {destination}
→
Just something to replace the scraps of paper on my desk.