mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 20:17:57 +01:00
Improve open command
This commit is contained in:
parent
9abde0228e
commit
3413be7258
1 changed files with 6 additions and 2 deletions
|
@ -6,9 +6,13 @@
|
|||
|
||||
`open {{file.ext}}`
|
||||
|
||||
- Run a graphical MacOSX 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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue