Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!

Create short-name invisible aliases for use in the Toolbar Desktop
The toolbar in the Finder is nice, but items can take quite a lot of space when they have long names, which limits their number. One way to avoid that is to only show the icons. But then, all folders look alike and you have to create icons. Another way is to show icons and text (or text alone, that makes the toolbar very flat) and use very short names, like 'docs' or 'imgs.' If you still want to keep the long names, you can make an alias of the folder, put it in your 'Favorites,' rename it with the short name, and drag the alias to the toolbar.

Now you have one last problem: when you click on this icon on the toolbar, you get the contents of the original folder, but not its path. The column view shows the Library and Favorites folder on the left. In icon or list views, clicking on command-up arrow opens the 'Favorites' folder and not the parent of the original item. This is, however, not the case if you open a new window with it, either by using command, or by checking 'Always Open New Window' in Finder preferences.

Here is one way of 'fixing' that 'feature' (no, no, it is not a bug). I make an alias in the same folder as the original and make it invisible to the Finder by adding a '.' in front of the name (there are other ways to make it invisible):
  1. Make an alias in the same folder as the original and rename it 'docs' or whichever short name you like.
  2. Drag that alias to the toolbar. You could stop here, but then you have an ugly alias showing up in your window even when you don't need it. If you have several folders like that, it gets crowdy and confusing.
  3. Open the Terminal application, and type the following instructions:
    
    cd '/somewhere/here/folder where the alias is'
    mv docs .docs
    
The alias in the toolbar temporarily shows a question mark, but if you click on it, it goes back to its original icon and opens the right folder with the right path. In column view, the invisible file still shows up, but only when using it, and only the one you are using is showing. So this is not perfect. Better ideas?
    •    
  • Currently 2.00 / 5
  You rated: 1 / 5 (4 votes cast)
 
[4,895 views]  

Create short-name invisible aliases for use in the Toolbar | 1 comments | Create New Account
Click here to return to the 'Create short-name invisible aliases for use in the Toolbar' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create short-name invisible aliases for use in the Toolbar
Authored by: Frederico on Jun 16, '03 02:30:44PM

This is a slick hint; I'm almost embarrassed I didn't think of it myself. (;

Just one comment re: author's comment on other invisiblity methods:

Step three here is unnecessary; in the Finder GUI, just add the '.' to the front of your file name; you'll get a warning message, but Finder will allow you to make it invisible.

I think I may use this hint to effectively replace the Favorites folder, whose path-deflecting tendencies have frequently frstrated me. The only thing is that I really don't want 20-30 more items in my Finder Toolbar, even if they can be supressed to the submenu on the right side. If I come up with anything good, I'll repost.

Cheers, and Thanks to the author.



[ Reply to This | # ]