Yoink simplifies and improves drag and drop on your Mac by providing a temporary place to store your files so you can freely navigate to the actual destination of your files without having to keep the mouse button pressed.
Yoink Workflow – Quickly Add Mail Attachments
Yoink for Mac Usage Tip #8
The following explains how to add attachments directly from Mail.app into Yoink.
For more Usage Tips like this, click here.
Today, I received an eMail from Sandro G. asking me if there was a way to quickly add mail attachments from selected mails in Mail.app to Yoink.
The Problem
Sandro frequently adds attachments from mail messages in Mail.app to Yoink but says it can be cumbersome with lots of mails with a couple of attachments each.
I agree, having to select each mail message with an attachment, scrolling down and dragging each attachment to Yoink can take a lot of time.
Instead, he says, he’d like a way to just select the mail messages that contain the attachments, ideally press a keyboard shortcut and let Yoink do the rest, saving nerves and, most importantly of all, time.
The Solution
As with the “capture screenshots to Yoink”-problem, where Bogdan V. wanted to be able to take screenshots that automatically end up in Yoink, Automator seemed like a good solution for this.
I launched Automator and created a System Service – easily accomplished by creating a new project and selecting Service in the resulting dialog.
A system service is something you can either access through a contextual menu or by the applications Application menu -> Services, containing context-aware services, for example “Look up in Dictionary” or “New Email with Selection”.
Automator’s New Project Dialog. Select Service and click on Choose.
The Automator Workflow
The finished workflow.
Let’s go through it from the top. Specify the service to receive no input (as the other possible values don’t apply) and select Mail as the target application the Service should be available in.
Now we need three actions:
- Get Selected Mail Messages – creates a reference to the currently selected mails in Mail.app
- Get Attachments from Mail Messages – uses the references created before and saves their attachments to a folder, in this case the Default Mail downloads folder
- Open Finder Items – Action 2 passes the attachment files to this action, where we ask Yoink to open those files, resulting in them being added to Yoink’s files
Installation and Keyboard Shortcut



Automator Workflow Download
Unzip, double-click to install. Set up the optional keyboard shortcut – done 🙂
Capture Selective Screenshots in Yoink with Automator (Updated October 14, 2015)
Yoink for Mac Usage Tip #9
The following explains how send screenshots directly to Yoink.
For more Usage Tips like this, click here.
I recently had a very interesting conversation with a customer of Yoink, Bogdan V. He wanted to make Yoink detect screenshots he created so they would show up in Yoink’s window.
Automator to the Rescue
I had the idea of using Automatorto create the screenshot and send it to Yoink. After experimenting around a little bit, I sent Bogdan a very rudimentary workflow (that could, if saved as an OS X Service, also be launched with a keyboard shortcut) and he immediately turned it into something awesome.
The Automator Workflow
This is the script of the workflow Bogdan came up with:
You can download the Automator Workflow here (~59KB) (tested on OS X Yosemite 10.10.1).
Setting up the Service
- Download the Automator Workflow
- Unzip it and double-click on the resulting screencapture.workflow file
- In the dialog, select Install (except if you’d like to edit the script, then click on Open with Automator)
- It will be installed in your ~/Library/Services/ folder:

- To confirm installation, in Finder, click on Finder in your menu bar, select Services and find Capture Screenshot to Yoink in the list:

- In your ~/Documents/ folder, create a folder titled Yoink (where captured screenshots will reside)
You have now successfully installed the Service to capture screenshots to Yoink. What you can do now is create a keyboard shortcut for it so you can more easily access this
Create a Keyboard Shortcut
- Launch System Preferences
- Click on Keyboard -> Shortcuts -> Services
- Find Capture Screenshot to Yoink in the list, under General:

- Click on add shortcut and enter the shortcut you’d like to use to activate the service.
That’s It
Update (October 14, 2015)
- To make the Automator Script capture the entire display instead of just a selected portion, replace the line ‘ do shell script “screencapture -i ” & filePath ‘ with ‘do shell script “screencapture “ & filePath ‘ (removing the -i option to cause the selection)
- Jeremy was so kind to provide an updated Automator Workflow that appended a date and timestamp to the screenshot’s filename; add two actions before the actual script (“Get Value of Variable”) with the variables Date and Timestamp and import them into the script – as in this screenshot:

- To use this Automator Workflow with the standard keyboard shortcut command-shift-4, you first have to deactivate the standard action in System Preferences -> Keyboard -> Shortcuts -> Screen Shots, or assign it a different keyboard shortcut:

A ‘thank you’ goes to Jeremy and Pietro for the updated workflows.
“New Year, New You” – Apple includes Yoink in a Mac App Store feature

Apple is currently featuring Yoink on the Mac App Store, in the category “New Year, New You”, and it’s in great company with the very popular apps MindNode Pro, 1Password, OmniFocus and Evernote.
I couldn’t be more proud and humbled.
This certainly wouldn’t have happened without all of you, so
Thank you!
—-
My name is Matt, I’m the developer of Eternal Storms Software. If you’d like to comment, you can catch me on twitter here: [twitter-follow screen_name=’eternalstorms’ show_count=’yes’] or by eMail.
