mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-17 20:55:23 +02:00
commit
57d6b05722
1 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue