Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View tsrivishnu's full-sized avatar

Sri Vishnu Totakura tsrivishnu

View GitHub Profile
@tsrivishnu
tsrivishnu / click_allow.scpt
Last active July 16, 2018 14:51 — forked from rwest/README
Convert OS X Keychain exported entries into logins for 1Password import
tell application "System Events"
repeat while exists (processes where name is "SecurityAgent")
tell process "SecurityAgent"
click button "Allow" of group 1 of window 1
end tell
delay 0.2
end repeat
end tell