Documentation ¶
Overview ¶
Package browser facilitates opening of URLs in a web browser.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Browser ¶
type Browser struct {
// contains filtered or unexported fields
}
Browser represents a web browser that can be used to open up URLs.
func New ¶
New initializes a Browser. If a launcher is not specified one is determined based on environment variables or from the configuration file. The order of precedence for determining a launcher is: - Specified launcher; - GH_BROWSER environment variable; - browser option from configuration file; - BROWSER environment variable.
Click to show internal directories.
Click to hide internal directories.