Skip to content

Instantly share code, notes, and snippets.

@harukasan
Created April 3, 2012 15:36
Show Gist options
  • Save harukasan/2292975 to your computer and use it in GitHub Desktop.
Save harukasan/2292975 to your computer and use it in GitHub Desktop.
最前面のTerminal.appでコマンドを入力した実行するAlfreadスクリプト
on alfred_script(q)
set command to q
tell application "Terminal"
activate
do script command in front window
end tell
end alfred_script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment