Skip to content

Instantly share code, notes, and snippets.

@aur1mas
Created October 23, 2012 19:15
Show Gist options
  • Save aur1mas/3940963 to your computer and use it in GitHub Desktop.
Save aur1mas/3940963 to your computer and use it in GitHub Desktop.
restore multiple files from Trash
tell application "System Events"
tell process "Finder"
repeat 100 times
tell application "Finder" to open trash
tell application "Finder" to activate
key code 126
key down command
key code 51
key up command
delay 0.2 -- adjust delay as needed
end repeat
end tell
end tell
tell application "Finder" to close every window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment