I find myself occasionally frustrated by OS X’s Open and Save dialog boxes—none so much as when I was briefly using OS 9 a few weeks ago, and realized that in many ways, its Open and Save windows were both more useful and faster. Not that that’s about to get me switching back to the OS of yesteryear, but anything I can do to speed up my battle with these everyday necessities would be great.
To the rescue came our Macworld colleague (and noted superspy) Rob “007” Griffiths with a handy tip for the Save/Save As windows. While it hardly fixes everything about the Save window that I dislike, it does combat one continuing annoyance: the fact that, by default, the panes are provided in “minimized” form (like above). With a quick bit of Terminal voodoo, you can change it so that all Save/Save As windows across the board show up in gloriously expanded useful form. And that voodoo?
defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE
Just pop that in a Terminal window, and you’ll never have to hit one of the blue expanding buttons again (of course, should you, for some inexpicable reason want to change them back, issue same command with TRUE replaced by FALSE). Rob, the children everywhere thank you.
MacUser is your source for news, info, and opinion about Apple, the Mac, and the iPod. Our dedicated team of bloggers covers everything that is relevant to Mac users — and, okay, some stuff that’s not quite relevant, but is still a lot of fun.
Oooh, that's great! I'm constantly having to click that darned blue arrow!
A gem!
THANK YOU! This rocks.