Toggle display of hidden files in Finder with Automator (OSX)

Do you find yourself needing to toggle the display of hidden files in Mac OSX?  Yeah, me too.   For us web developers this can often be to edit .htaccess files. For reference here is the code: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder Don’t get me wrong, playing in Terminal is sublime geekiness but still… Continue reading Toggle display of hidden files in Finder with Automator (OSX)