Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I launch AppCode from the terminal?

I know that you can quickly launch PyCharm to work on a particular Python project directory by just doing:

charm directory

In this case, the charm command lives in /usr/local/bin.

But can do you do the same of AppCode, pointing it to a .xcodeproj or .xcworkspace file/?

like image 835
fatuhoku Avatar asked Mar 23 '23 02:03

fatuhoku


2 Answers

You can use the standard OS X 'open' command: 'open -a AppCode.app --args ...'. Please see the manual here.

like image 159
Anton Makeev Avatar answered Apr 25 '23 08:04

Anton Makeev


Appcode has built-in terminal tool. In the menu, select

Tools -> Create Command-line launcher...

like image 22
Hai Feng Kao Avatar answered Apr 25 '23 10:04

Hai Feng Kao