open (process)
From Wikipedia, the free encyclopedia
open is a NeXTSTEP and macOS command line process that opens files, folders or URLs in the GUI as though the user had double clicked on them. Files will be opened in the default application for their type, folders will be opened in the Finder or file system GUI, and URLs will be opened in the default browser.
It is based on the AppKit API -[NSWorkspace openURL:], which is stubbed to other OS alternatives on GNUstep if a GS application is not registered for a file.[1]
Other OS alternatives
- Microsoft Windows: Page Template:Mono/styles.css has no content.start
- X11 (Unix-like systems):
- xdg-utils: Page Template:Mono/styles.css has no content.xdg-open
- KDE: Page Template:Mono/styles.css has no content.kfmclient exec
- GNOME: Page Template:Mono/styles.css has no content.gnome-open
References
Page Template:Reflist/styles.css has no content.
- ^ Page Module:Citation/CS1/styles.css has no content."GNUstep - Bugs: bug #34490, -[NSWorkspace open*] native system... [Savannah]". savannah.gnu.org.