How do I create a .tgz
from Finder using Archive Utility? That is, I'd like to right-click on a directory and tar and zip it.
Yes I know how to work with tar from the shell:
tar zcvf ../foo.tgz . # create
tar zxvf foo.tgz -C /bar/qux # extract
But sometimes it would be more convenient to create .tgz
's from the Finder.
I've Googled, but my Google-fu is failing.
ditto
and it cannot create a .tgz file. I'd create an Automator Service with a Run Shell Script Action and then use it to create the .tgz file from Finder. – user3439894 Feb 02 '16 at 22:28