Skip to content

Instantly share code, notes, and snippets.

@JesusLeon
Created December 16, 2014 22:25
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 JesusLeon/2ff576485f4b66a3ada8 to your computer and use it in GitHub Desktop.
Save JesusLeon/2ff576485f4b66a3ada8 to your computer and use it in GitHub Desktop.
Change Finder to big Thumb view.
tell application "Finder"
activate
set thisFolder to target of front Finder window
set the current view of front Finder window to icon view
set icon size of icon view options of front Finder window to 196
set arrangement of icon view options of front Finder window to arranged by creation date
close front Finder window
open thisFolder
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment