|
|
|
|
|
by mjs
593 days ago
|
|
Does `open` give focus? It used to, but since a few releases ago the app opens in the background, which is pretty annoying. My poor workaround is to use osascript: `tell application "System Events" to set frontmost of process "Finder" to true` |
|