The Computer Oracle

How to copy/paste properly in Mac OS X?

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Meadow

--

Chapters
00:00 How To Copy/Paste Properly In Mac Os X?
00:27 Answer 1 Score 6
01:10 Accepted Answer Score 6
01:46 Thank you

--

Full question
https://superuser.com/questions/254127/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #copypaste

#avk47



ANSWER 1

Score 6


As a long-time Mac user, I've never EVER used copy/paste for filesystem management. It's always struck me as an odd windows thing.

The "proper Mac way" as I know it is to use a drag with modifier keys. Holding down option while dragging will make a copy, holding down command will force a move if you're dragging to another volume, and holding down command and option will create an alias.

Copy/paste does work, but the paste location will be whatever folder is open, not whichever folder is selected. So, copying the selected file, double-clicking the destination folder, and then pasting will work the way you want it to.

IMO, option-dragging is faster.




ACCEPTED ANSWER

Score 6


The Finder pastes into the folder you're currently in, which you can identify via the window title bar.

It does not paste into the selected folder when in list view (Cmd-2). It only does this in column view (Cmd-3), and that view also changes the current folder when changing the selection.


You can create a Service using Automator that executes ditto or cp based on the previously copied file(s) and the current selection. Setting it to Cmd-V might have unexpected side effects, since this shortcut wouldn't be context-aware: pasting when editing file names wouldn't work anymore