Yoink for Mac

Today – September 1st, 2021 – marks the 10 year anniversary of Yoink being on the Mac App Store.

A Blast from the Past

Check out Federico Viticci‘s review of Yoink 1.0 over on MacStories.

Look at that UI… 😳

Yoink’s very first review on the Mac App Store

Let the celebration commence

To mark the occasion, Yoink is ~37% off on the Mac App Store for a limited time.
I’m also giving away a couple of promo codes on Twitter and Facebook – with a little luck, you might get Yoink for free there!

Thank you all for your support over the years, I appreciate it tons.

Links

Website (+ free, 30-day trial)
Yoink Usage Tips
Mac App Store
iOS App Store
Yoink Press Kit

Read more

Yoink for Mac v3.5.16

This update contains a couple of quality-of-life improvements and a few bug- and crash fixes.

Website (+ demo)
Mac App Store
Setapp

Yoink for iPad and iPhone v2.2.5

It was actually supposed to be v2.2.4, but I mistyped, so here we are.
Improves the “Get Item from List” Siri Shortcut by providing icons and subtitles for improved identification of items.
It also fixes two crashes, one of which occurred on iOS 15.

Website
iOS App Store

Transloader for Mac v3.0.4

This improves the synchronization of your downloads’ statuses and file sizes, and fixes a couple of bugs along the way.

Website (+ demo)
Mac App Store
Setapp

Transloader for iPad and iPhone v3.0.4

More bug fixes (and also includes the status / file size sync improvements of the Mac version).

Website
iOS App Store (free)

Enjoy šŸ¤—

Read more

Yoink for Mac Usage Tip #14

The following explains how to make Yoink automatically pick up any new file added to a specified folder.
For more Usage Tips like this, click here.

Ā 

Yoink 256

If you’d like Yoink for Mac to automatically pick up any new files you download or save into a specific folder, here’s how it’s done.

Automator Folder Action

Automator, an app that comes with every Mac, allows you to create Folder Actions, which are small programs that run every time files and folders are added to a folder you specify.

I’ve prepared such a Folder Action for you: DownloadĀ (direct download, ~42 KB)

Installation
  • Download the action above, then unzip and double-click it. It will prompt you with this:
Screenshot of Automator Installer  13 10 2020 14 39 16

Choose the folder you’d like to attach this action to and click on Install. The action will then be moved to /Users/yourname/Library/Workflows/Applications/Folder Actions/Yoink Save Folder.workflow
If you ever wish to uninstall it, just delete that file.

  • With the Folder Action installed, whenever you download or save a file into that folder, it will be added to Yoink, like you can see in this video:
  • To create multiple of these, all you need to do is unzip again, change the filename of the Automator action, double-click it and follow the instructions above
Details

If you’re curious about what the Folder Action actually does, it’s this:

Screenshot of Automator  13 10 2020 14 35 23

The action runs this shell script

open -a Yoink ā€œ$@" 

any time new files or folders are added to the specified folder, which instructs macOS to open the specified file with Yoink (which ultimately results in the file being added to Yoink’s list).

Advanced

You can edit the shell script anytime (by right-clicking onto the Automator file and selecting Automator):

Screenshot of Finder  13 10 2020 14 54 50

which would enable you, for example, to tell the action only to add files of a certain file type, or with a certain file extension.
The following script sample shows how to make the Folder Action only add PDF files:

for str in "$@"
{
filename=${str##*/}
pathExt=${filename##*.}

if [ $pathExt == 'pdf' ]
then
open -a Yoink "$str"
fi
}

Enjoy šŸ™‚

Read more

Yoink for iPad and iPhone's App Icon

Today, Yoink for iPad and iPhone is 3 years old 🄳. Time surely flies when you have… bugs to fix.

It certainly doesn’t feel like three years. It feels like only yesterday, to be honest.
On the other hand, the release process, yes, that felt like it took three years, because I was eager to release alongside iOS 11 (which, due to its drag and drop capabilities, made Yoink for iOS possible in the first place), but there were some serious delays with App Review, who rejected the app multiple times because of its keyboard extension, and later, its File Provider (while other, similar keyboard/FP extensions were apparently perfectly fine and allowed on the App Store. This is my single biggest gripe with App Review – the inconsistencies in rejections. It’s obvious why these things happen, and it’s understandable, but it’s frustrating nonetheless).

But all that’s in the past. Yoink for iOS has been out there for three years now, and it has been doing great – thanks to all of you who use it, leave ratings, reviews or send feedback.
It’s been featured on the App Store on numerous occasions – here are a few examples:

Yoink featured on ios app store

Yoink iOS App Store Feature  17 09 2020 14 39 25

Yoink iOS iPhone App Store US Feature  07 12 2017 13 06 01

So thank you all for three amazing years. Let’s hope for many, many more šŸ¤—

P.S.: Keep an eye out on my social channels (twitter | facebook | linkedin), as I’ll be posting a few promo codes there!

Ā 

– Matthias
mail | website | twitter | instagram | facebook

Read more