browser

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 7 Imported by: 16

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

func New(launcher string, stdout, stderr io.Writer) Browser

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.

func (*Browser) Browse

func (b *Browser) Browse(url string) error

Browse opens the launcher and navigates to the specified URL.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL