The Expanded Save Dialog in macOS

I installed Default Folder X last night on a Mac, realizing that the simplified save dialog was suppressed when this utility is running; I don’t like, and never have liked, the simplified version.

Fortunately, a fix is only two Terminal commands away:

defaults write -g NSNavPanelExpandedStateForSaveMode -bool TRUE

It’s an old tip, but a good one.

The small share sheet in Save As... dialog in macOS

The Default Save As… sheet

Save as macos expanded window

The Expanded Save As… dialog

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax