Last active
October 3, 2016 10:29
-
-
Save Amitesh/85533c34d8f6ca5914d4ce9206836c03 to your computer and use it in GitHub Desktop.
Create recent application dock item in Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create recent application dock item in Mac | |
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' && killall Dock | |
https://discussions.apple.com/thread/3217726?tstart=0 | |
Use smart folder option to create recent filter in sidebar. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment