HomeSoftware DevelopmentMethods to Open an App from Anyplace on Mac Command Line

Methods to Open an App from Anyplace on Mac Command Line


Many engineers like myself dwell within the command line, and carry out actions from command line that almost all others would click on an icon for. I’ve at all times discovered opening apps from command line on Macs painful. It is advisable references the Purposes listing, add .app to the identify, and so on. I simply wish to open apps by identify.

To open an app from any listing by its easy identify, you should utilize the -a argument to open:

open -a  Cyberduck

# Works no matter case as properly
open -a CyBeRdUcK

I like -a for a command like open. Having the ability to open any app by identify is precisely what I would like!


RELATED ARTICLES

Most Popular

Recent Comments