Esiste un modo scriptable dal terminale Posso dire a Messages.app di prendere tutti i miei account online?
Eseguendo questo applescript tutto il tuo account sarà disponibile nello stato:
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
Puoi salvarlo come ~/turn_available.scpt
ed eseguirlo nel terminale con questo comando:
osascript ~/turn_available.scpt
Leggi altre domande sui tag command-line automation messages yosemite