4

How do I to use the exact path in the Mac OS X open file dialog?

/Users/username/Workspaces/Enide-2015/_ws/atom.ico

I have found this answer, but there are still few extra clicks. There is also this answer, but I still have to click in filter that is *.gif by default.

Paul Verest
  • 159
  • 1
  • 5

2 Answers2

6

You can use Command+Shift+G in this dialog.

1

Short answer: you can't. You're referring to the "Go to folder" action that does only that.

If you want the functionality you describe, you could probably: 1) Make a Services menu Automator workflow that displays a dialog prompting for text, then opens the file at the path indicated; then, 2) Assign a global keyboard shortcut to this Service using the Keyboard preferences pane. This probably isn't much easier to use than just using Spotlight to find the file ( -Space, type file name, Enter = open), and you won't get Tab completion this way either.

D Schlachter
  • 2,058