Showing hidden folders in Finder

Hi all,
I've recently switched from Windows/Linux to a Mac, and I absolutely love it. It's incredibly easy to use, and being a BSD Unix based OS, its great for Java development and stability. I use Maven 2 as my build system, and it creates the directory $USER_HOME/.m2 for my settings and repository. I can use the "go" command in finder and type in "~/.m2" to get it to appear, however I would like to change my Finder settings so that .m2 always appears. Is this possible?

Thanks,
Todd

MacBook Pro, Mac OS X (10.4.10)

Posted on Aug 25, 2007 11:23 AM

Reply
Question marked as ⚠️ Top-ranking reply

Posted on Aug 25, 2007 12:43 PM

It might be easier just, in Terminal, to do:

mv ~/.m2 ~/m2
ln -s ~/m2 ~/.m2

Then, you could see the m2 dir, but to the program it would be working with .m2 .
That would also avoid the problem of having all sorts of other hidden files shown.

~D

P.S. Sorry, I just looked at Francine's reply and noticed that it is basically the same thing, except in reverse. Francine has you make an alias of the hidden folder and use that for yourself, I have you change the filename of the actual folder so it isn't hidden, then make a symlink (unix equivalent of alias) so the program can see it. Whichever you like.
5 replies
Sort By: 
Question marked as ⚠️ Top-ranking reply

Aug 25, 2007 12:43 PM in response to tnine

It might be easier just, in Terminal, to do:

mv ~/.m2 ~/m2
ln -s ~/m2 ~/.m2

Then, you could see the m2 dir, but to the program it would be working with .m2 .
That would also avoid the problem of having all sorts of other hidden files shown.

~D

P.S. Sorry, I just looked at Francine's reply and noticed that it is basically the same thing, except in reverse. Francine has you make an alias of the hidden folder and use that for yourself, I have you change the filename of the actual folder so it isn't hidden, then make a symlink (unix equivalent of alias) so the program can see it. Whichever you like.
Reply

Aug 25, 2007 11:42 AM in response to tnine

The installer software makes that folder invisible for a reason. Are you sure you don't want to leave it that way? Note that to make it visible you must rename it from '.m2' to 'm2'. In doing so the Maven software will no longer be able to locate it because you've changed the name. Now, if this can be handled in some preference file for Maven, then it's not a problem. Otherwise you would be better off leaving the name as-is. As a Linux user I would think you'd know about this.
Reply

Aug 25, 2007 12:29 PM in response to tnine

You can have all hidden items appear or none. You'll go nuts if they're all visible all the time. One thing you can do is open the folder, using the Go to Folder option, then hold down the Command and Option keys and click, hold, and drag the proxy icon at the top of the open window to your Desktop. The alias will also be invisible, but in Terminal just rename it and drop the leading dot.

NoobiX:~ francine$ mv /Users/francine/Desktop/.pngs /Users/francine/Desktop/pngs

The alias will now be visible, and still pointing to the original. You can now open the invisible folder any time by double clicking the alias. Oh, you can also move it to wherever you want it, and it will still point to the original.
Francine

User uploaded file
Francine
Schwieder
Reply

Aug 25, 2007 7:50 PM in response to tnine

Thanks everyone. I appreciate the help. I downloaded onyx and installed it. It has a lot of nice features that I'll probably use. However, coming from Linux, using symlinks was the most useful and quickest solution for me.

Todd
Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Showing hidden folders in Finder

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.