There is an 'open' command in mac with some options as:
-g Do not bring the application to the foreground.
-j Launches the app hidden.
While it claims to launch the application hidden and/or in the background – it always seems to behave the same way.
- Is there some ‘input’ the application is supposed to receive and behave suitably (that is, not show a UI if it is opened in such a mode)?
- How do I access this intent of the user?
Thanks !