Betterzip 4 1 – Archiving Tools

broken image


Automator Actions

BetterZip adds two actions to Automator:

BetterZip 4 lets you define as many services as you like instead of the preconfigured two that prior versions offered. Use the tools menu in the preset configuration to add a service for the preset with a name of your choosing. BetterZip 4 also comes with Automator actions for extracting and compressing as part of a workflow. Betterzip 4 0 1 – Archiving Tool Download If you only need a few files or folders from a larger archive, you don't have to extract the whole thing and remove all the unneeded files. Simply drag the files you need from the BetterZip window to any Finder window or the desktop. Jun 24, 2021 What's new in BetterZip. Version 5.1.1: New Features. Support for opening and extracting single (non-tar) zst and brotli archives. Bug Fixes and Enhancements. BetterZip 5.1 couldn't open, extract, or create tar archives on macOS 10.13 and 10.14. The drop areas on the drop bar were skewed on macOS Big Sur. BetterZip 5 couldn't open rpm archives. Jan 07, 2021 Simply drag the files you need from the BetterZip. BetterZip 4.0.1 – Archiving tool. In some places in the user interface BetterZip 3 was referenced instead of BetterZip 4. BetterZip - maybe the best zip file (de-) compressor for Macintosh. RadicalSqueeze is an archiving and compression program for Zip archives that allows the user.

  • Compress with BetterZip

    This action can be configured by selecting one of your current save presets. It needs files and folders as input and returns the created archives as output.

  • Extract with BetterZip

    This action can be configured by selecting one of your current extract presets. It needs one or more archives as input and returns the extracted files and folders (only the top level items) as output.

Using Automator you can easily create BetterZip droplets, small apps onto which you can drop files and folders to compress using a pre-configured preset. The same works for extraction, of course.

Services

In previous versions of BetterZip you had two services that were available through the Services menu in other apps, most importantly in Finder. BetterZip 4 allows you to add as many services as you wish to the Services menu. Go to BetterZip > Preferences > Presets, choose the preset for which you want to add a service, and click the tools button (with the little gear) below the presets list. Choose 'Add this Preset to the Services Menu…' and a sheet will drop down in which you may edit the name for the service. Click OK.

To make it easy to remove services again the tools button menu also has a command 'Reveal Services Folder in Finder'. Remove the service by moving it to the trash from this folder.

Acorn 6 0 4 b1 – bitmap image editor tutorial. BetterZip 4 supports some of the most widely used third-party productivity utilities:

Alfred Workflows

If you haven't installed it during the first start of BetterZip, you can install the Alfred workflows at any time by selecting BetterZip > Install Alfred Workflows from the menu. This will add two File Actions to Alfred. 'Extract with BetterZip' for archives and 'Compress with BetterZip' for other files and folders. Choose the BetterZip action and you will be presented with a list of presets. Choose one and BetterZip will compress or extract the items.

LaunchBar Actions

Another popular productivity tool is LaunchBar. The LaunchBar actions for BetterZip are installed more like services than like the Alfred workflows, because they are preconfigured for one specific preset. Go to BetterZip > Preferences > Presets, choose the preset for which you want to add a LaunchBar Action, and click the tools button (with the little gear) below the presets list. Choose 'Add this Preset to LaunchBar 6…' and a sheet will drop down in which you may edit the name for the action. Click OK.

Dropzone Actions

The creation of Dropzone actions works just like that for LaunchBar. Go to BetterZip > Preferences > Presets, choose the preset for which you want to add a Dropzone Action, and click the tools button (with the little gear) below the presets list. Choose 'Add this Preset to Dropzone 3…' and a sheet will drop down in which you may edit the name for the action. Click OK.

Integration with Hazel

List

Hazel is a powerful control center for many file automation tasks and it plays very well together with BetterZip 4. The interaction of the two works best through AppleScript. Hazel has a basic archiving function, but if you want other formats than zip or encryption, BetterZip is here to help.

Here is a simple Hazel action that watches my DropZip folder and automatically zips every item dropped into it with BetterZip:

Note the output folder inside the DropZip folder. This is where the zipped files will end up without Hazel acting on them. You could, of course, save your zipped files to any other folder outside the DropZip folder, even iCloud Drive or Dropbox. In that case you wouldn't have to exclude 'output' from the name matching in Hazel's rule definition. Just use 'Any file' instead of 'Name is not output'.

See, I exclude the output folder from the Hazel rule, so that the created zip files are not zipped again and again and again. The first action is an AppleScript and after that the original file is moved to the Trash. Click the 'Edit script' button and copy/paste the script code below.

theFile is the dropped file supplied by Hazel to its scripts and DropZip is a preset name which I configured in BetterZip. If you prefer, you can include all BetterZip options in the script instead of using a preset.

Here is the BetterZip preset whose name needs to match the one in the script above and the destination folder set to output:

Controlling BetterZip with AppleScript

Betterzip 4 1 – Archiving Tools

The base for all automation of BetterZip is its AppleScript support. For the complete scripting definition, open Script Editor and choose File > Open Dictionary… from the menu. Then select BetterZip from the list and click Choose.

Controlling BetterZip with Python

Betterzip 4 1 – Archiving Tools Online

You can also script BetterZip with Python (and other languages) through the use of the ScriptingBridge. Here's a short example that compresses the filename array items. When doing a queuedArchive or queuedUnarchive, you get back an id that you can use in subsequent calls to progress which returns the progress in percent (0.100). The call to output returns the produced archives. Since BetterZip will quit two seconds after all script operations are done, don't use a too long polling interval, at least not at the end.





broken image