Move files using just keyboard in Mac Finder?

38

17

As a Windows user in previous life, I kind of miss moving files using just keyboard.

Is this possible with in Mac OS X?

Edit: Related problem is navigating in finder using just keyboard without that this really hard. You open two windows using mouse then use keyboard is just the same as using mouse

nexneo

Posted 2009-09-25T10:42:27.053

Reputation: 951

Move as in between two folders? There must be a copy+paste function right? – Ivo Flipse – 2009-09-25T10:45:10.447

After some looking I fear it won't exist (unless hacked) – Ivo Flipse – 2009-09-25T10:48:05.683

Copy+paste yes, but that's copy, not move. I'm not at all sure if can you do cut+paste... – Jonik – 2009-09-25T10:48:45.510

Looks like answer is NO :-) , With finder it is not possible! – nexneo – 2009-09-26T07:13:58.440

Answers

47

I'm answering my own question but Mac OS X Lion has it now finally. in Lion, if you hold Option when pasting a copied Finder item (Command-Option-V), it really does move it. (via http://tidbits.com/article/12320)

nexneo

Posted 2009-09-25T10:42:27.053

Reputation: 951

So, that's basically pressing Cmd+C for the files you want to cut and then Cmd+Opt+V in the folder you want to paste to.

Sorry, it was not clear from your answer that one should use Cmd+C and not Cmd+X – Dmitry Gonchar – 2018-05-13T03:35:21.440

5

Cmd-X doesn't work on files by default. You can enable it by executing

defaults write com.apple.finder AllowCutForItems 1

in a terminal. But all it does it is just moving the file to trash.

As someone said before you can move files with Cmd+dragNDrop (or just drop&drag :)), but you need mouse to do that. Maybe there are some scripts that copies&paste and then deletes the original file? I dunno.

You may want to look for a 3rd party software, something that is equivalent to Total Commander or something like that...

Mike

Posted 2009-09-25T10:42:27.053

Reputation: 225

5

OS X does not allow that. It's an Apple Design question. They don't believe in the metaphor of "cutting" something, no matter how much we (users) believe in it.*1
So we are left with what others can come up with. And a lot of them did.

Do it with a macro in QuickSilver (which, once you know it, you wouldn't want to live without anymore anywayz): http://www.macosxhints.com/article.php?story=20081112153330648

Do it with the Context Menu (QuickAccessCM): http://www.pure-mac.com/cmm.html#quickaccesscm

Do it with a droplet (nothing I'd suggest since it uses the mouse as well): http://www.versiontracker.com/dyn/moreinfo/macosx/27818

Do it by replacing the finder as a whole: http://www.cocoatech.com/ (Pathfinder)

I've gone the QuickSilver way, since I am a keyboard junkie and QuickSilver ... well, everything and the kitchen sink.

*1 Except that since OS 3.0 on iPhone even Apple offers a "Cut" option. I still hope - after decades of waiting - that it will finally be available in a Desktop OS as well...

Wolf

Posted 2009-09-25T10:42:27.053

Reputation: 2 425

2"Cut" is always available for Text editing on most Mac apps designed by Apple. So they believe in "Cut", I guess. – nexneo – 2011-04-19T13:28:00.087

we're talking about files here. not text. – Wolf – 2011-04-28T12:30:07.960

read your answer you said They don't believe in the metaphor of "cutting" something, no matter how much we (users) believe in it." – nexneo – 2011-05-01T10:16:58.870

1I have answered in the context of the question. It asks "Move files using just keyboard in Mac Finder ?". I wonder why it is so important for you to point that out and lecture me about something, I haven't said. I'm sorry if I haven't answered your question to your satisfaction. I was only trying to help. Now I am sorry I did. – Wolf – 2011-05-04T11:59:24.123

5

use CMD + C to copy use CMD + V to paste

OR

use CMD + ALT + V to Move (equivalent of cut and paste)

Dave

Posted 2009-09-25T10:42:27.053

Reputation: 51

3

I suspect that you want a Finder solution, and others have written about that, but...

You can do hand-on-the-keyboard manipulation of the filesystem at the command prompt (either using Terminal.app or an xterm). All the usual unix tools are availible, and in particular files are moved with

mv <current path>  <destination path>

where both paths may be either relative or absolute. If the destination is a directory (folder) the file will be put in the destination, otherwise the file will be renamed.

dmckee --- ex-moderator kitten

Posted 2009-09-25T10:42:27.053

Reputation: 7 311

This is not mac specific. Its unix shell – nexneo – 2009-09-27T10:04:23.617

@nexneo, what do you mean with your comment? – Arjan – 2009-09-27T18:48:54.250

@Arjan, using command line is an option but no GUI. Its unix shell that does it. That is not mac specific interface, can be done that way in any posix compliant OS. And my question was "How to do that with Finder? " Not other application :) certainly not Non-GUI – nexneo – 2009-09-27T19:41:27.873

1::looks at the title, then looks at the edit history, finally blushes:: When I wrote this I'd been perusing the existing answers and must have forgotten the title. I was thinking only in terms of a hands on the keyboard solution. It happens. – dmckee --- ex-moderator kitten – 2009-09-27T22:05:33.260

2

Cut and Paste for Finder is a couple of AppleScripts that appears to do the job. You'll need another add-on like Keyseer from here to associate the scripts with a key combination.

regan

Posted 2009-09-25T10:42:27.053

Reputation: 712

1

I know this post is long over and has been answered for Lion users. But as a Snow Leopard user, the option key does not facilitate a move. The best solution I can think of is to use the copy and paste function, and then navigate back to the copied file and use Cmd+Delete to then remove the file.

This to me seems like an excessively long way around the problem, especially if the paths between the containing folders are somewhat far apart.

WinderWoofy

Posted 2009-09-25T10:42:27.053

Reputation: 11

1

Cmd+` will cycle Finder windows.

Use the arrow keys to scroll up and down. Use Cmd+Up to go up a level.

Regular clipboard shortcuts (Cmd+X, C, V) to cut, copy, and paste.

Another useful shortcut is Cmd+Shift+/ (Cmd+?), which will let you navigate the menu bar with the keyboard.

More here: http://support.apple.com/kb/HT1343

i-g

Posted 2009-09-25T10:42:27.053

Reputation: 980

Or map Caps Lock to the menu, like I did (self link).

– Nathaniel – 2011-08-27T14:15:27.117

Like noted in earlier answers: Cmd-X won't work. The official shortcut to get to the menu bar is Ctrl-F2 (but invoking help using Cmd-? and then moving left works as well indeed). – Arjan – 2009-09-25T12:09:32.040

Thanks for Ctrl+F2 -- I didn't know about that one! – i-g – 2009-09-27T23:39:27.563

0

To move files in Finder, select and copy files with CMD C Goto new folder OPTION CMD V deletes copy and moves file to new location

Hans

Posted 2009-09-25T10:42:27.053

Reputation: 1

0

When i started using Mac OS X, i used this website

Copy and Paste files Cmd-C, then Cmd-V
Move a file instead of copying. (Copies the file to the destination and removes it from the original disk.) Cmd-Drag file to disk

admintech

Posted 2009-09-25T10:42:27.053

Reputation: 6 970

1How do you do Cmd-Drag using just keyboard (see the question)? – Jonik – 2009-09-25T10:50:08.987

Another problem is navigating in finder using just keyboard – nexneo – 2009-09-25T11:18:10.663

@nexneo, I agree. For me it helped when I finally learned about Cmd-O (for opening e.g. subfolder) – Jonik – 2009-09-25T11:20:29.393

Okay. after some research I found. Cmd+[ and Cmd+] shortcuts to for navigation. But still move seems like mouse only operation – nexneo – 2009-09-25T11:24:01.477

If you use column view, you can pretty much navigate using only the arrow keys (and, occasionally, command). – Benjamin Dobson – 2009-09-26T18:41:40.663

0

It's probably not the answer you want but you can actually do this using the keyboard, by enabling mouse keys in the universal access pref pane.

For example to drag a file to a window that was to the left, you would press Alt five times, then Fn-M, then hold down Cmd-Fn-U until you are in the right place, then Cmd-Fn-. and you have Cmd dragged your file. Then press Alt five times again to turn off mouse keys.

Singletoned

Posted 2009-09-25T10:42:27.053

Reputation: 101