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
Launcher of browsers whose path is stored in environment variables (BROWSER_<env>
).
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
Simple implementation of EnvBrowserLauncher that launches a browser if the environment variable is set, passing the URL as the first argument to the browser executable.