AppleScript
Menu Menu
Application を制御する言語
ntroduction to AppleScript Language Guide簡単な例題
tell application "Finder" set target of Finder window 1 to folder POSIX file "/Users/kono" end tell
文献管理
PDFを、iTunes に放り込む (お勧め) 論文、マニュアル SpotLightで検索 jbibtex で、reb.bib を管理するEndNote ただし有料
Google Docs 自分で書いた論文
参考文献
iTunes を制御する
iTunes に PDF file をいれる AppleScript iTunes にplayやstop を送る 今、Play している曲を表示するXcode で
AppleScript application を作ることも出来ます。
.....
Class, Entity, Property
tell application "TextEdit" -- set doc to make document set doc to document 1 text of doc properties of document 1 set name of document 1 to "Temp1" end tell