Skip to content
Discussion options

You must be logged in to vote

Note: This works in Automator using Run button, but not from the Quick Actions menu. I'm not sure why.

Compress with Keka.zip

Script Editor

  1. Open Script Editor.app
  2. Window > Library
  3. Click + then choose Keka
  4. Select Keka in Library

You'll see Keka dictionary items

  • compress
  • uncompress
  • send

Automator

on run {input, parameters}
	tell application "Keka"
		compress (input as list)
	end tell
	return input
end run

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@qzu04435
Comment options

@avcodex
Comment options

@gingerbeardman
Comment options

Answer selected by aonez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment