Skip to content

A list of macOS Quick Actions / Services that I use on my machine

Notifications You must be signed in to change notification settings

cheeaun/macos-quick-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

My MacOS Quick Actions

This repo contains a list of macOS Quick Actions / Services that I use on my machine. They are Automator workflow scripts.

Requirements

Installation

Copy scripts from scripts folder to ~/Library/Services.

Scripts

Brotli file

Creates a .br file of a selected file. Requires brotli

Gzip file

Creates a gz file of a selected file. Requires gzip (built-in).

Convert to JPEG

Creates a copy of an image file in JPEG format.

Resize images

Creates copies of selected image files and resize them to a specific size (width).

Translate to English

Translates text to English, showing a popup of Google Translate's website.

Other useful resources