OS X Terminal Command - Recent Items Stack
Friday, May 22, 2009 at 6:06AM |
Print Article Having a "Recent Items" area in an operating system can be a real time saver. In Windows you get this functionality be default from the Start Menu. However in OS X (Leopard) you need to get a little more creative to enable it. Thankfully all the hard work has been done for you, all you need to do is open "Terminal" from "Applications > Utilities" and run the following two commands. (Make sure the first command is ran as one line, I recommend copying it to a text editor first).
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
killall DockOnce the commands have been executed you will notice a new icon (stack) on your Dock.



By "right clicking" on the "recent applications" stack you will be able to change its behavior to show recent applications, documents, servers etc.
To add another recent items stack to the Dock simply re-run the commands from the Terminal.
Leopard,
Mac,
OS X in
Operating Systems | 





























