Macworld Forums: Stay oriented with the Finder's path and title bars - Macworld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Stay oriented with the Finder's path and title bars

#1 User is offline   Macworld Icon

  • Story Poster
  • Icon
  • Group: MW Bot
  • Posts: 12,827
  • Joined: 30-November 07

Posted 21 April 2009 - 07:42 AM

Post your comments for Stay oriented with the Finder's path and title bars here
0

#2 User is offline   Strawtag Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 66
  • Joined: 21-September 06

Posted 21 April 2009 - 08:00 AM

Fastest way to copy path in the form of text:
Start dragging the file system object, press command-space while still dragging, drop into Spotlight search field, press command-x (you don't want to keep that path in the Spotlight field).
0

#3 User is offline   Handycam2 Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 21-April 09

Posted 21 April 2009 - 09:09 AM

Or, you know, drag the file to an open TextEdit window.
0

#4 User is offline   mistersquid Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 167
  • Joined: 19-September 04

Posted 21 April 2009 - 09:45 AM

With all due respect, Strawtag, the fastest way to copy path in form of text is to save the following as an AppleScript application
tell application "Finder"
	tell application "Finder" to set the clipboard to POSIX path of (the selection as alias)
end tell

and then use software such as Keyboard Maestro to assign it a keyboard shortcut. (I am only a user of Keyboard Maestro.)
0

#5 User is offline   alterbentzion Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 87
  • Joined: 23-October 01

Posted 21 April 2009 - 09:48 AM

How about just adding the "Path" button to the Toolbar? (Right/control click on the Toolbar, select "Customize Toolbar," and follow the instructions.)
The Path button is kind of redundant, but I've found it has two advantages:
~ If your toolbar's already visible, the button won't use up any more real estate (as opposed to the path bar).
~ Users who are new to the Finder might forget they can click on the title bar. On the other hand, a button with text is readily accessible.
0

#6 User is offline   bizside Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-April 09

Posted 22 April 2009 - 11:55 AM

Terminal commands worked great! Now, how I do undo this?
After looking at it, realize I don't really like the path at the top. What I was hoping for was a way to have the path displayed for any item that I could copy and paste into scripts, etc.
0

#7 User is offline   kirkmc Icon

  • Member
  • PipPip
  • Group: Members
  • Posts: 292
  • Joined: 29-March 04

Posted 23 April 2009 - 12:07 AM

To undo the change:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool NO
killall Finder
0

#8 User is offline   bizside Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-April 09

Posted 23 April 2009 - 12:14 PM

Thanks, kirkmc!
0

#9 User is offline   TomWinn Icon

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 25-April 08

Posted 31 May 2009 - 04:19 PM

Great article on Finder tips. Many I didn't know. Thanks.
However, after surfing a bunch I find Cmd-fwd and CMD-back to be very quick ways to jump between browser pages. Is there any way to do this with finder windows? If not, I hope Apple will consider adding these keystrokes.
Thanks,
...Too
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users