diff --git a/pages/osx/open.md b/pages/osx/open.md index 24cc21e0d5..ed4889979f 100644 --- a/pages/osx/open.md +++ b/pages/osx/open.md @@ -8,7 +8,11 @@ - Run a graphical macOS application: -`open /Applications/{{Application.app}}` +`open -a {{Application}}` + +- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way get this): + +`open -b {{com.domain.application}}` - Open the current directory in Finder: