Skip to content

Instantly share code, notes, and snippets.

@Amitesh
Last active October 3, 2016 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Amitesh/85533c34d8f6ca5914d4ce9206836c03 to your computer and use it in GitHub Desktop.
Save Amitesh/85533c34d8f6ca5914d4ce9206836c03 to your computer and use it in GitHub Desktop.
Create recent application dock item in Mac
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