Package-level declarations

Types

Link copied to clipboard
interface BrowserLauncher

Launcher of a URL in a specific browser.

Link copied to clipboard

Launcher of a URL in the default browser.

Link copied to clipboard
class EnvBrowserLauncher(env: String, envLookup: (String) -> String?) : BrowserLauncher

Launcher of browsers whose path is stored in environment variables (BROWSER_<env>) passing the URL as the first argument to the browser executable.

Link copied to clipboard

A fake browser launcher that does not perform any action. This is needed to allow --browser none option in the CLI.

Link copied to clipboard

Browser launcher that uses a specific file system path to launch the browser.