Home Software Development Methods to Open an App from Anyplace on Mac Command Line

Methods to Open an App from Anyplace on Mac Command Line

0
Methods to Open an App from Anyplace on Mac Command Line
[ad_1]

Many engineers like myself reside 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’s good to references the Purposes listing, add .app to the title, and so on. I simply wish to open apps by title.

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

open -a  Cyberduck

# Works no matter case as properly
open -a CyBeRdUcK

I really like -a for a command like open. With the ability to open any app by title is precisely what I need!


[ad_2]