Documentation ¶
Overview ¶
Package open opens a file, directory, or URI using the OS's default application for that object type. Optionally, you can specify an application to use. This is a proxy for the following commands:
OSX: "open" Windows: "start" Linux/Other: "xdg-open"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
Run opens a file, directory, or URI using the OS's default application for that object type. Wait for the open command to complete.
func RunWith ¶
RunWith opens a file, directory, or URI using the specified application. Wait for the open command to complete.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.