Skip to content

Instantly share code, notes, and snippets.

@Johand-alt
Johand-alt / Appscript_Export_Icloud.scpt
Created December 9, 2020 17:40
Icloud Keychain export (Mac OS big sur)
tell application "TextEdit"
activate
tell application "System Events" to keystroke "name,login_username,login_uri,login_password"
tell application "System Events" to keystroke return
end tell
repeat 1 times
tell application "Keychain Access"
activate
tell application "System Events" to keystroke "i" using command down
delay 0.4