Created
March 31, 2019 22:42
-
-
Save openfirmware/8caa1f70e45aabbf9bab1f296cdf01fb to your computer and use it in GitHub Desktop.
Open first recent folder (alphabetical sorted) in Finder
This file contains 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
tell application "System Events" to tell process "Finder" | |
set frontmost to true | |
tell menu bar item "Go" of menu bar 1 | |
click | |
click menu item "Recent Folders" of menu 1 | |
click menu item 1 of menu 1 of menu item "Recent Folders" of menu 1 | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment