October 16th in Tips & Tricks.
You can use an alias to, for instance, collect all files for a given client (Client XYZ) in one folder, even if your typical filing system is by project and not by client—just make an alias to each of the client’s files (using File -> New Alias or via Command-L), then drag each alias into a new “Client XYZ” folder.When you create an alias in OS X (File -> New Alias or Command-L), the alias’ icon displays with a small black arrow in the lower left hand corner…. For those who would like to get rid of the arrows, it’s surprisingly easy.Remove the alias badge completelyOpen Terminal, and copy and paste the following two commands (don’t copy the $, and press Return after each line):$ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources$ sudo mv AliasBadgeIcon.icns AliasBadgeIcon_OFF.icnsThe above is for those running OS X 10.4; if you’re on OS X 10.3, change CoreTypes.bundle into SystemIcons.bundle and the rest should be the same.You’ll be prompted for your administrative password when you enter the second command; provide it when asked…. The system will then take care of setting the ownership and permissions back to their proper values on the AliasBadgeIcon.icns file.To return to the stock badge, just drag your second copy of the file back to the Resources folder and follow the same authenticate-and-replace process to replace the file (and restart the Finder again).