Estou tentando escrever um script de atalho em faísca para abrir o terminal.
on run {input, parameters}
tell application "Utilities/Terminal" // tried Utilities:Terminal and Terminal too
reopen
activate
end tell
end run
como pode fazer isso funcionar? Estou usando o 10.10.2 como versão OSX.
terminal
applications
applescript
shortcut
Thellimist
fonte
fonte
Deve fazer o trabalho.
fonte