up vote 9 down vote favorite
1
share [g+] share [fb]

I want to see all hidden files on my Mac except .DS_Store. Is there a way to do that?

link|improve this question

7  
+1 for the good question, but I'm guessing you are going to be stuck with Neo's choice: Choose the red pill or the blue pill. – Chris W. Rea Aug 28 '09 at 20:04
1  
@cwrea: xkcd.com/566 – jtbandes Aug 28 '09 at 22:55
1  
@jtbandes: LOL! The purple snort was your point? :-) – Chris W. Rea Aug 29 '09 at 1:29
Yes... I want the "purple snort" solution. Excellent way to put it. – Alan Aug 30 '09 at 3:18
feedback

3 Answers

up vote 3 down vote accepted

You can show hidden files in Finder with a simple Terminal command:

defaults write com.apple.finder AppleShowAllFiles -bool YES

Then relaunch Finder by holding down the option key and right-clicking its dock icon.

However, you can't hide the .DS_Store files without hiding the rest of the hidden files. You probably just have to live one way or the other.

link|improve this answer
feedback

This is what Adobe suggests:

To avoid creating .DS_Store files, do not to use the OS X Finder to view folders. An alternative way to view folders is to use UNIX command line.

Brilliant! ;)

link|improve this answer
2  
Those Adobe folks are always so helpful. – Alan Jul 12 '10 at 15:34
feedback

You can't hide it, but you can make it transparent, then drag it to the bottom-left or bottom right corner. So only you will see a string ".DS_Store", and there will be no icon.

Expert method: Copy a transparent image from your favorite img editor, select the icon of the file in the file info window, and paste the transparent image when the original icon is selected on the top.

Step-By-Step method:

  • Find a pure-white area in a folder, then press Shift-Command-Control-4, and drag out a square. Release the mouse when done, and the white area is now on your clipboard.
  • Open Preview and press Command-V.
  • Click and hold on the Select button in Preview's toolbar, and Instant Alpha from the drop-down menu.
  • Click and drag across the white area until you see the displayed value reach 100%, then press Return.
  • Copy the selected area (Command-C).
  • On the desktop, select your new folder and press Command-I (File ยป Get Info).
  • (Press Tab once in the Get Info window to) highlight the default icon.
  • Paste the transparent icon from your clipboard into the default icon (Command-V).
link|improve this answer
Not useful in list view, column view, or when keeping items sorted. Also requires changes to every directory's layout. – Daniel Beck Jan 14 at 23:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.