Skip to content

Instantly share code, notes, and snippets.

@stantonk
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stantonk/0488b073c748a6ecced3 to your computer and use it in GitHub Desktop.
Save stantonk/0488b073c748a6ecced3 to your computer and use it in GitHub Desktop.
open Java Maven project in IntelliJ from the OS X terminal
#!/usr/bin/env bash
open -a /Applications/IntelliJ\ IDEA\ 13\ CE.app/ pom.xml
# best as a bash alias :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment