1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-17 06:55:25 +02:00

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
commit 57d6b05722

View file

@ -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: