Sage:open [-E] [-t] [-f] [-W] [-r] [-n] [-G] [-h] [-B <bundle identifier>] [-a <application>] [filenames] [-- Args arguments]
Help:open opens files from a shell.
By default, the opens each file using the default application for that file.
If the file is in the form of a URL, the file would be opened as a URL.
Options:
-A to specify the app to open.
-B Opens with the specified application bundle identifier.
-e Open with TextEdit.
-T opens with the default text editor.
-F Enter and open with TextEdit.
-F--fresh launches the app Fresh, that's, without restoring Windows. Saved persistent is lost, excluding Untitled documents.
-R,--reveal in Finder, does not open.
-W,--wait-apps Blocks until the used applications is closed (even if they were already running).
--args All remaining arguments is passed in argv to the application ' s main () function instead of opened.
-N,--new open Another example for a running app
-j,--hide to activate the hidden app.
-G,--background does not have a front-facing app.
-H,--header searches for the same header file.
Open usage in Mac