Is there a way to bring GUI applications to the foreground when starting them from within Terminal on Mac OS X? If I run
/Applications/TextEdit.app/Contents/MacOS/TextEdit
in Terminal, TextEdit opens in the background. This is quite annoying if you're using "make && ./run" when developing GUI applications.
At least for TextEdit and similar GUI apps, open
will work:
> open /Applications/TextEdit.app
There seems to be even shorter variant:
> open -a TextEdit
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With