I often have a window where i want to drag and drop to a parent folder, and i need another finder window, so i open a new one and need to browse back to where the other window is ...
migrated from serverfault.com Jan 21 '11 at 9:56
|
most similar thing:
|
|||
|
|
|
Hold down the command key (⌘) and click the folder name in the title bar of the window. From the pop-up menu that appears, select the folder one level up. A new Finder window will open showing the contents of that folder. If the Finder window is a "normal"-style window (i.e., does not have a sidebar or a toolbar) then you can hit command-up-arrow (⌘↑) to do the same thing. |
|||
|
|||||
|
This works. Taken from: http://forums.appleinsider.com/showthread.php?t=106205 |
|||
|
|
|
This applescript works for me (Snow Leopard 10.6.7)
This will open a new window showing the same folder as the current frontmost window. You can then attach this to a keyboard shortcut with Quicksilver or something. |
|||
|
|
|
With your Parent window open (I prefer Columns View) just drag the main folder (the one that contains most of the files you want to transfer to the new window) into the sidebar on the left > under PLACES. This will create a temporary folder alias in all of your windows, in the same place. So it's not a quick key but now you can just hit CMD + N and only have to click the new sidebar folder. Saves time. |
||||
|
|
|
You might find the Finder replacement "Path Finder" interesting. It allows you to open a second pane with the click a button (they call it a "Dual Pane File Browser"). It also has a little clipboard area that you can temporarily pin files to while you navigate from window to window. Lots of other cool features - eg the ability to show invisible files, open a CLI at the current path... etc |
|||
|
|
|
It's not possible to execute menu commands while dragging a file. Otherwise, I tried creating a Service using Automator that performs a similar action, but that cannot be started while dragging either. For reference, remember, it didn't work as I hoped:
|
|||
|
|