Atajo que Copia el texto seleccionado al portapapeles, abre Terminal, pega este y ejecuta. Yo lo tengo como un servicio.
Descargar : https://www.icloud.com/shortcuts/aedbd56f5f25434699e8fc6a8359c324
on run {input, parameters}
(* Your script goes here *)
tell application "System Events" to key code 9 using {command down}
tell application "System Events" to key code 76
return input
end run