コマンドランチャーからR-styleを開く
code:quick.scpt
display dialog "please coomand" default button 2 default answer ""
set tmpText to result
set rText to text returned of tmpText as text
if rText is "R-style" then
else if rText is "ブクログ" or rText is "booklog" then
else if rText is "Twitter" then
else if rText is "org-mode" then
tell application "Terminal"
do script "emacs ~/dropbox/text/draft.org.txt"
activate
end tell
else
display dialog "We don't have that command"
end if
このアプリを起動するだけのAutomatorのサービス(クイックアクション)を作り、そのサービスにショートカットを当てれば疑似spotlightとして使える。