Skip to content

Instantly share code, notes, and snippets.

@davidchase
Created March 4, 2013 19:47
Show Gist options
  • Save davidchase/5084948 to your computer and use it in GitHub Desktop.
Save davidchase/5084948 to your computer and use it in GitHub Desktop.
Shell Fu show hidden files and hide hidden files
#Show:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
#Hide:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment