OS X: Difference between revisions

From John's wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
To show hidden files in finder:
To show hidden files in finder:


  $ defaults write com.apple.finder AppleShowAllFiles FALSE
  $ defaults write com.apple.finder AppleShowAllFiles TRUE
  $ killall Finder
  $ killall Finder



Revision as of 13:54, 27 April 2008

Quicksilver is a desktop app launcher.

Mac OS X keyboard shortcuts

Finder: Show All Files

To show hidden files in finder:

$ defaults write com.apple.finder AppleShowAllFiles TRUE
$ killall Finder

To hide hidden files in finder:

$ defaults write com.apple.finder AppleShowAllFiles FALSE
$ killall Finder

Note: the finder config file is:

~/Library/Preferences/com.apple.finder.plist