This Week's Sponsor:

Listen Later

Listen to Articles as Podcasts


The Unarchiver AppleScript, iOS App, and Archive Browser

I have been using The Unarchiver for years now. It’s been listed in my Must-Have Mac Apps roundups, and I recommend it to every friend who, after switching from Windows to OS X, asks me about “WinRAR for Mac”. The Unarchiver is a powerful and simple extraction tool with support for multiple formats and a set of user preferences to configure in the Settings.

There have been some updates to The Unarchiver lately. The free Mac app, The Unarchiver, received initial AppleScript support with a dictionary that supports extraction and various options such as location of extracted files and originals. Whilst The Unarchiver is pretty straightforward in itself, AppleScript support means you’ll be able to put together automated workflows with loops, if conditions, and different settings than the app’s ones. More importantly, you’ll be able to extend The Unarchiver and make it communicate with other apps installed on your Mac (an example: automate downloads with Transmit and extract with The Unarchiver in AppleScript). Here’s a sample extraction script for the file currently selected in Finder:

tell application "Finder"
	set sel to the selection as text
	set the_file to POSIX path of sel
	
	tell application "The Unarchiver"
		if isRunningExtractions is false then
			unarchive the_file to Original with deleting Original
		end if
	end tell
end tell

Developer Dag Agren has also released a paid iOS app for The Unarchiver. Initially buggy, Dag has been busy improving it and making it more reliable on iOS 6. Called Archives, it is based on The Unarchiver, which means you’ll get support for a plethora of formats. The app lets you look inside archives and preview files before extracting them; you can open a file in other apps that support the format using Open In, you can save images to the Camera Roll, and check out advanced information for each file. I have found Archives to be particularly useful in previewing files from Mail or Safari. Archives is $1.99 on the App Store.

Last, inspired by Archives for iOS, Archive Browser for OS X is a paid version of The Unarchiver with support for browsing and previews before extraction. It supports Quick Look, and it’s $3.99 on the App Store.

Unlock More with Club MacStories

Founded in 2015, Club MacStories has delivered exclusive content every week for over six years.

In that time, members have enjoyed nearly 400 weekly and monthly newsletters packed with more of your favorite MacStories writing as well as Club-only podcasts, eBooks, discounts on apps, icons, and services. Join today, and you’ll get everything new that we publish every week, plus access to our entire archive of back issues and downloadable perks.

The Club expanded in 2021 with Club MacStories+ and Club Premier. Club MacStories+ members enjoy even more exclusive stories, a vibrant Discord community, a rotating roster of app discounts, and more. And, with Club Premier, you get everything we offer at every Club level plus an extended, ad-free version of our podcast AppStories that is delivered early each week in high-bitrate audio.

Choose the Club plan that’s right for you:

  • Club MacStories: Weekly and monthly newsletters via email and the web that are brimming with app collections, tips, automation workflows, longform writing, a Club-only podcast, periodic giveaways, and more;
  • Club MacStories+: Everything that Club MacStories offers, plus exclusive content like Federico’s Automation Academy and John’s Macintosh Desktop Experience, a powerful web app for searching and exploring over 6 years of content and creating custom RSS feeds of Club content, an active Discord community, and a rotating collection of discounts, and more;
  • Club Premier: Everything in from our other plans and AppStories+, an extended version of our flagship podcast that’s delivered early, ad-free, and in high-bitrate audio.