Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS Automator Workflows — Finder Quick Actions

Personal collection of macOS Automator workflows exposed as Finder Quick Actions for batch-processing images and PDFs in Finder.

Built to keep filenames consistent across folder-based file management — normalising extensions, sequencing scans, and handling common PDF tasks without leaving Finder.

Quick Start

git clone https://github.com/Karl-Horning/macos-automator-workflows.git

Open any .workflow file to install it via Automator. Installed workflows appear as Finder Quick Actions.

Usage

Select files in Finder, then right-click → Quick Actions → choose a workflow.

Warning: Many image workflows modify files in place with no undo. Duplicate files first if unsure. See individual workflow READMEs for exact behaviour.

Project Structure

workflows/
├─ images/
│  ├─ flip-images-horizontally/
│  ├─ rotate-images/
│  ├─ scale-images/
│  ├─ normalise-jpg-extension-names/
│  ├─ number-images-sequentially/
│  ├─ number-pages-sequentially/   # renames images to PAGE_0000 for use in PDF creation
│  └─ reverse-image-file-names/
└─ pdf/
   ├─ new-pdf-from-images/
   └─ split-pdf/

docs/
├─ workflow-index.md
├─ install-and-security.md
└─ troubleshooting.md

Feedback

Found a bug? Open an issue.

License

Released under the MIT License by Karl Horning.

About

macOS Automator Quick Actions for image and PDF workflows. Finder-based batch tools for renaming, rotating, scaling images, and splitting PDFs.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Contributors