仕事毎に決まったアプリを立ち上げてたりするけど、再起動とかした後にひとつひとつ起動すのが面倒なので一気に立ち上げたい。
automator.app
- 新規
- 『アプリケーション』を選択
- アクションから『Applescript を実行』を選択
set apps to {"CotEditor", "iTerm", "Google\\ Chrome", "Firefox", "Slack", "Calendar", "Todoist", "iTunes"} repeat with appli in apps do shell script "open -a " & appli end repeat