Create file /usr/local/bin/idea with the content:
#!/bin/sh
open -na "IntelliJ IDEA.app" --args "$@"To use, just type idea <PATH_DIRECTORY> or idea . if you are already in the folder project.
Create file /usr/local/bin/idea with the content:
#!/bin/sh
open -na "IntelliJ IDEA.app" --args "$@"To use, just type idea <PATH_DIRECTORY> or idea . if you are already in the folder project.