Written by me@grafxflow
Sometimes is handy to view those hidden files on your mac. The files that usually start with a '.' such as '.example_file_name'.
Simply use these to hide and show.
CMD + SHIFT + .
This has to be done using the Terminal app found in:
Applications -> Utilities -> Terminal
To Show:
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
To Hide:
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Founder, Grafxflow
I am a Full-stack Developer who also started delving into the world of UX/UI Design a few years back. I blog and tweet to hopefully share a little bit of knowledge that can help others around the web. I build lighting-fast dynamic content engines with Laravel, Winter CMS and Tailwind CSS. Thanks for stopping by!