13 Aug
Posted by: Brandon Harper in: Culture, OS X, Operating Systems, Tips, Hacks, & Tricks
One of my few complaints about MacOS X is that at times I feel like it treats you with kids gloves– many options for power users either require some sort of hacking, or simply don’t exist. One such thing which is fixable is getting Finder to show hidden files. It’s a quick and easy process via the command line to fix this:
tobin:~ brandon$ defaults write com.apple.finder AppleShowAllFiles TRUE tobin:~ brandon$ killall Finder
Now you can actually see all of the directories which start with periods, etc. Enjoy!
18 Responses
Rob Wilkerson
13|Aug|2007 1This is really handy when you create it as a shell script, wrap it an Automator plugin for Finder and can then access it from the context menu.
I found I needed it most when I was already in Finder and the effort to open a terminal window and do the typing wasn’t conducive to my desire to…not do either of those things.
Now I can right click, access the Automator submenu and select “Show Hidden Files” (the name I gave to the plugin). To invert, I select my “Hide Hidden Files” plugin.
Sam Farmer
13|Aug|2007 2Cool. I’ve wanted to know how to do that for a while. However, my finder icons, like a folder, now have a washed out look to them.
Brandon Harper
13|Aug|2007 3Sam,
Strange, that certainly didn’t happen for me. In fact I just rebooted and it still looks the same. If it bothers you more than having hidden files, you could always revert it by doing the following commands:
tobin:~ brandon$ defaults write com.apple.finder AppleShowAllFiles FALSE
tobin:~ brandon$ killall Finder
pan69
13|Aug|2007 4I’m also getting the “washed” icon look. Undoing will bring them back to their normal state.
Its odd that this kind of functionality isn’t standard included in OSX. I’ve been working on OSX for about eight weeks now (due to work) and I definitely do not like the GUI of this OS. “I feel like it treats you with kids gloves” to me it feels more like I’m being treated like an idiot. Finder is definitely the most horrible piece of **** ever conceived. To me it seems like Apple only comes up with functionality to be “different” then the “others” instead of creating a great user experience.
I’ve worked on Windows and Linux desktops for years and even a Linux/Gnome desktop gives me a better user experience then OSX and the reason for this is that I’m free to adjust anything I want. Even Windows gives me more freedom than OSX. With OSX I constantly have the feeling that I’m forced into some else’s personal preferences. All in all, OSX should go straight into the bin…
Joseph Lamoree
14|Aug|2007 5You might find PathFinder useful. It’s a very good replacement for Finder. Among the slew of features it offers, the ability to toggle the visibility of various types of files is much more convenient than using the global default.
Brandon Harper
14|Aug|2007 6@Joseph
Yeah, I have PathFinder myself, though just a trial. I get tired of getting nickled and dimed to death for little apps to fix problems that should be part of the OS, so I’ve pretty much refused to buy it.
Aaron West
15|Aug|2007 7Hey guys, I also wrote a little OS X code to allow you to toggle between showing hidden files and not. If you access the following blog post you’ll get instructions on downloading my script and adding it to the Scripts menu so you can toggle hidden files view any time you want. It was built pre-Automater, but works well nonetheless.
http://www.trajiklyhip.com/blo.....les-on-Mac
pan69
20|Aug|2007 8Since we’re on the topic of hidden files, does anyone know how to get rid of those annoying hidden .DS_Store files?
Brandon Harper
20|Aug|2007 9@pan69
Just created an entry just for you:
http://devnulled.com/content/2.....ore-files/
Glenn
28|Oct|2007 10FYI. The ‘defaults write com.apple.finder AppleShowAllFiles FALSE’ tip no longer works in OS X Leopard (10.5). I have not yet found a workaround.
menneke
17|Nov|2007 11@ Glenn
It still works for me in 10.5.1. The invisible files and folder icons now have this washed out look, the others look normal (more or less like in Windows I believe).
arif
06|Dec|2007 12@ Glenn
it’s probably not working b/c the code you posted enables default behaviour ie. don’t show hidden files
change the FALSE to TRUE in the snippet you posted and you’ll be fine
Stefan
07|Dec|2007 13well, this enables to see *several* hidden files in Finder.
however, I still can’t see my .bashrc file in my home and some other dot-files (like the .profile file or the .ssh folder).
anyone any idea how I can make those visible in Finder? (I’m on 10.5.1)
thx & greetings from Germany,
Stefan.
Tim
07|Jan|2008 14Another question about hidden files: Does anyone know if I can delete files in a hidden folder called “.Trash”? I have 4.5GB of files in this folder and they’re things I thought I deleted about two weeks ago.
» How To Stop The Creation of .DS_Store Files : devnulled: A stream for software developers and engineers
31|Jan|2008 15[...] At the request of a reader, I went ahead and researched what .DS_Store Files are, and how prevent MacOS X from creating them. In a nutshell, .DS_Store files are created by Finder to store preferences: .DS_Store (Desktop Services Store) is a hidden file created by Apple Inc’s Mac OS X operating system to store custom attributes of a folder such as the position of icons or the choice of a background image. By default, Mac OS X will create a .DS_Store file in every folder that it accesses, even folders on remote systems (for example, folders shared over a SMB or AFP connection) and even if the user has only customized the appearance of the folder by moving its Finder window. This is in contrast to the preexisting system for the same purpose used in previous versions of the Macintosh Finder, which would merely place a number of invisible files at the root of the volume being accessed (even on alien filesystems), always storing the settings and metadata for all of the folders in the entire volume within this single set of files. [...]
Pac Mac
28|Apr|2008 16Thanks for the Info…
Anuj Gakhar
16|May|2008 17I am a new MAC switcher from Windows and its really annoying that I cant have hidden files visible without spending money on some add-on software. I just want to open apache conf files and edit them and want to be able to browse to them in Finder. I could probably do this in some text editor but thats another story…no free text editor as well…atleast not to my knowledge. But obviously this should be part of the OS like others said.
Joel Godin
08|Aug|2008 18You came up on Google number 2 for the search “how to see hidden files mac” fyi
Leave a reply
Search
Categories
Archives
Links
Calendar
A design creation of Design Disease
devnulled is a personal blog and reflects the ideas and opinions of brandon harper and not his employer, dog, shoes, or stapler.
All content copyright © 2002-9002 brandon harper. All rights reserved.
devnulled is powered by FreeBSD, WordPress and the combustion of dead dinosaurs. It has also been made magically delicious by the pfm module.