문제

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/?

도움이 되었습니까?

해결책

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

다른 팁

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

Tools -> Create Command-line launcher...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top