Antworten:
Wenn Sie dieses Applescript ausführen, befindet sich Ihr gesamtes Konto im verfügbaren Status:
tell application "System Events"
tell process "Messages"
tell menu bar 1
tell menu bar item "Messages"
tell menu "Messages"
tell menu item "My Status"
tell menu "My Status"
click menu item "Available"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
Sie können es ~/turn_available.scpt
mit dem folgenden Befehl speichern und im Terminal ausführen:
osascript ~/turn_available.scpt