November 2012
Intermediate to advanced
424 pages
11h 59m
English
| Tip 240 | Create a “Recent Items” Stack |
Macs remember what applications and files were recently open. Normally you can access this by clicking the Apple menu and then Recent Items, but you can also add these lists to the Dock as stacks, alongside the other stacks on the right of the Dock near the trash. This allows ultra-quick access.
To do so, open a Terminal window (open Finder, select the Applications list, and then in the list of applications double-click Terminal within the Utilities folder), and type the following single line, being sure to type it exactly as written:
| | defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = |
| | { "list-type" = 1; }; "tile-type" = "recents-tile";}';killall Dock |
The new stack will ...
Read now
Unlock full access