Stack has been really useful for Leopard users in organizing and keeping their stuffs clean and well-arranged. Now, there are something in the stack that will definitely enhance your experience.
7. Slow Motion Effect
Maybe you've already heard about this before, by pressing modifier key
and clicking on the stacked folders, you can see your Stack opened in Slow Motion. It's worth a try.
6. Open Multiple Folders from Stack
Perhaps, when you want to open multiple files from Stack, you usually open your Stack and then open one file at a time. But with the help of
, you can click on as many folders as you want and all enclosing folders will be opened in separate Finder windows.
5. Stack in Tiger
Folks from Creative Bits pointed out that Stack can be used in Tiger by simply dragging the folder to your Dock and holding down mouse for like 2 seconds will be needed when you want to open the list of files inside that folder.
But I personally haven't tested this neat trick. So it would be great if some Tiger users can give me useful inputs on this.
4. Drag Stack Out of Dock
By pressing
while dragging your Stack folder out of Dock, you will make a duplicate of that folder instead of making that particular folder vanish.
3. Stack of Recent Things
This trick is quite old. But since it's quite useful, I also include it here. Using command line below, you will be able to create new folder on your stack containing recent items.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
killall Dock
2. Stack Highlighting
defaults write com.apple.dock mouse-over-hilte-stack -boolean YES killall Dock
As pointed out in my other article Leopard Tweaking - Terminal Codes, executing command line above will give you mouse over gradient effect for your Stack.
1. Delete All
Surfing around forums, I found out a topic on Mac Rumors that discussed about Delete All button. This button can be placed anywhere and when on click, all files inside the folder will be deleted. This is really useful when put inside your Download folder.
The zip file can be downloaded here.
3 COMMENTS (RSS)
Emlyn
May 27th, 2008 Time: 05:13 AM
Is it possible to open a stack icon from a keyboard/mouse shortcut? I hate having to activate the dock and then click on the stack icon for frequent folder/app access. (Seems like a shortcut would make perfect sense here) Any way to script this? PS: I love the stack mouseover highlighting--very nice.
MacMan
May 28th, 2008 Time: 01:01 AM
Love the drawer icons! Where can I get them?
Wendy
May 28th, 2008 Time: 02:24 AM
Hi Emlyn, up to this point, the fastest shortcut I know is only by moving focus to the stack folder using (Fn)-Ctrl-F3. Sorry I cannot help you much.
For MacMan, I've written the article about those icons entitled Preview Tutorial - Embed Icon into Stack Drawer. I'm sure that it's worth your time. ^^
LEAVE.A.COMMENT