Software Development

How one can Open an App from Wherever on Mac Command Line

How one can Open an App from Wherever on Mac Command Line
Written by admin

Many engineers like myself stay 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. You should references the Functions listing, add .app to the identify, and so forth. I simply need to open apps by identify.

To open an app from any listing by its easy identify, you need to 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. Having the ability to open any app by identify is strictly what I need!

  • How to Create a Twitter Card
  • Chris Coyier’s Favorite CodePen Demos

    David requested me if I might be up for a visitor publish selecting out a few of my favourite Pens from CodePen. A frightening activity! There are such a lot of! I managed to select a couple of although which have blown me away over the previous few months. If you happen to…

  • Morphing Elements Using MooTools and CSS

    Morphing a component between CSS lessons is one other nice trick the MooTools JavaScript library lets you do. Morphing is not essentially the most sensible use of MooTools, however it’s nonetheless a trick at your disposal. Step 1: The XHTML The block of content material that can change is…

  • Create a 3D Panorama Image with A-Frame

    Within the 5 years I have been at Mozilla I’ve seen some superior tasks.  A few of them very fashionable, a few of them very area of interest, however none of them has impressed me the way in which the MozVR group’s work with WebVR and A-Body challenge have. A-Body is a neighborhood challenge…


About the author

admin

Leave a Comment