There are times when I’d like to see the hidden files within Finder on my mac. Sure, I could jump into Terminal or iTerm 2 and browser through the file structure… But, something, you just want to use a GUI.
Small Disclaimer: Only mess around in a command line application if you’re confident in what you’re doing.
Here’s what you do:
Turning Hidden Files Display - On
Open up your Mac command line utility. I prefer iTerm 2. Then, paste in the following command:
Click “Enter” on your keyboard to run it. Copy, paste, and run:
Turning Hidden Files Display - Off
All you really do here is change “YES” to “NO.”
Click “Enter” on your keyboard to run it. Copy, paste, and run:
I’ve added it as an alias in my .zshrc file for easy access:
I’ll explain aliases in a future episode on DOCasts.com