open: improve page (#1437)

* Wrap osascript within backticks
This commit is contained in:
Starbeamrainbowlabs
2017-08-06 14:27:46 +01:00
committed by GitHub

View File

@@ -8,7 +8,11 @@
- Run a graphical macOS application: - 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: - Open the current directory in Finder: