Hay & Kilner Website Refresh
Hay & Kilner, a Facelift to an Existing CMS Driven Website
2 Comments
Walk To The World Cup - Campaign for Be Air Aware
Walk to the World Cup, a bespoke WordPress plugin
0 Comments
Service Network
Service Network, CMS based events driven website
0 Comments
Numark Pharmacists
Numark Pharmacists, CMS based website and membership based extranet
0 Comments

Show and Hide Hidden Files in OSX with Automator

Hidden files in OSX have been an issue for developers using version control for an age now, and there have always been solutions to the problem in the form of third party applications or the command line.

Automator OSXAfter starting to work on leopard again a few months ago I found a nice way of packaging this to allow you to quickly switch between show/hide without the need for browse windows or the command line.

The idea is to open up Automator and create a new work flow.  Starting from a blank work flow add the ‘Run command’ action and use the following entry.

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

Once  added you can simply save work flow as a plug-in, named “Show Hidden Files”. You can now show hidden files using the alt click, automator menu. Do the same again, replacing the TRUE with FALSE, and save as”Show Hidden Files” And that’s it… No more command prompts or script editors,  just alt click…

Post a Comment

Your email is never shared. Required fields are marked *