Open IntelliJ IDEA from sbt
commands += BasicCommands.newAlias("openIdea", s"""eval sys.process.Process("/Applications/IntelliJ IDEA 13.app/Contents/MacOS/idea" :: "${(baseDirectory in LocalRootProject).value}" ::Nil).!""")