Quick Drop Finder files into a Mac shelf

Quick Drop is for the moment when the file is already selected in Finder, the destination is somewhere else, and dragging through a stack of windows would turn a tiny handoff into a chore.

Published May 14, 2026 7 min read By John Sciacchitano

The short answer: select one or more files in Finder, press Option+Shift+D, then drag those files from teenyshelf into the destination app or folder. The original files stay where they are.

Quick Drop is not a replacement for normal Mac drag and drop. It is a shortcut for a specific kind of friction: the file is selected, the destination is not visible, and Desktop would otherwise become the temporary parking spot.

For normal file drops, teenyshelf stores references to the original files. It is a shelf, not a second folder.

Quick answer

Situation Use Quick Drop? Why
File selected in Finder, destination hidden Yes The shortcut parks the selection without rearranging windows.
File is already under your cursor No Drag it directly onto the shelf icon or destination.
Source app provides a file promise No Drag the promised item to the shelf so the source can materialize it.
Nothing selected in Finder No TeenyShelf opens the shelf and tells you no Finder files were selected.
Permanent organization No Use Finder folders. The shelf is for temporary handoff.

How Quick Drop works

The TeenyShelf source uses AppleScript to ask Finder for the current selection. It converts the returned POSIX paths into file URLs, adds those URLs to the shelf, then opens the popover so you can see what happened.

The default shortcut is Option+Shift+D. The normal open-or-close shelf shortcut is Option+Shift+S. Both shortcuts are configurable in settings.

If Finder returns an empty selection, TeenyShelf does not fail silently. It opens the shelf with a "No files selected in Finder" message. That is important because silent shortcuts feel broken even when the app behaved correctly.

Why macOS asks for Automation access

Quick Drop reads Finder. macOS treats that as one app automating or controlling another app, so it sits behind Automation permission in Privacy & Security.

That prompt is tied to the Finder-selection shortcut. Normal drag and drop onto the shelf is a different path. If you drag a file onto the menu bar icon, TeenyShelf does not need to ask Finder what is selected because your drag already provides the file.

If Automation is denied, TeenyShelf shows a permission alert and points you to System Settings. If Finder hits another AppleScript error, the app shows an error instead of pretending nothing happened.

When Quick Drop is faster than dragging

Quick Drop is fastest when Finder is the source of truth and the next step is somewhere else.

  1. Select a PDF in Finder.
  2. Press Option+Shift+D.
  3. Switch to Mail, Messages, Slack, a browser upload form, or another Finder folder.
  4. Open the shelf and drag the file out.
  5. Clear the shelf when the handoff is done.

The win is not the keystroke by itself. The win is avoiding Desktop, window shuffling, and a second cleanup task.

When direct drag and drop is better

Apple's normal drag and drop should stay your default when the source and destination are visible. Select the item, drag it, and release it where it belongs. Hold Option while dragging when you specifically want the Mac to copy instead of move.

Direct drag is also better for file promises from apps such as Mail and Photos. Those sources may not have a normal file path until the drop target asks them to materialize the file. TeenyShelf handles file promises, but that flow starts with a drag, not with Finder selection.

Use Quick Drop for Finder-selected files. Use drag and drop for everything already under your cursor.

What the shelf stores

For normal files, TeenyShelf stores a reference to the original file. The homepage and source describe this as URL-reference behavior, not copying, moving, or duplicating your file. A large video shelves quickly because the app is not making another large video.

That also means the original still matters. If the file is deleted, moved, or lives on an unavailable volume, the shelf can report that the item is missing. That is the honest failure mode for a reference-based shelf.

Keep the shelf small. The default capacity is 20 items, with settings for 50 or 100. A shelf with no limit becomes Desktop again.

Sources checked

FAQ

Does Quick Drop move the selected Finder files?

No. TeenyShelf adds the selected files to the shelf. For normal files, it stores references to the originals instead of moving them.

Why does Quick Drop need Automation permission?

Quick Drop reads the current Finder selection. macOS treats that as one app interacting with another app, so it is governed by Automation permission.

A temporary shelf for files in motion.

teenyshelf is $4.99 once with a 3-day free trial. Drop files onto the menu bar icon, Quick Drop from Finder, then drag them out where they belong.