Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created September 4, 2016 10:36
Show Gist options
  • Save wmakeev/6b42e36eaf48e3eed3f035eca8ecf598 to your computer and use it in GitHub Desktop.
Save wmakeev/6b42e36eaf48e3eed3f035eca8ecf598 to your computer and use it in GitHub Desktop.
Quickly Show/Hide Hidden Files on Mac OS X #osx
# http://ianlunn.co.uk/articles/quickly-showhide-hidden-files-mac-os-x-mavericks/
# Show
defaults write com.apple.finder AppleShowAllFiles YES
# Hide
defaults write com.apple.finder AppleShowAllFiles NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment