Skip to content

Instantly share code, notes, and snippets.

@dpmccabe
Last active January 23, 2017 16:58
Show Gist options
  • Save dpmccabe/9e9d9a41d07d12022853 to your computer and use it in GitHub Desktop.
Save dpmccabe/9e9d9a41d07d12022853 to your computer and use it in GitHub Desktop.
set x to ""
repeat 12 times
set x to x & some item of "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678901234567890"
end repeat
set the clipboard to x
tell application "System Events"
keystroke "v" using {command down}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment