Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DefaultBrowser to select when no browser is specified DefaultBrowser = "chrome" // DefaultWrapperPath where the gopass wrapper shell script is installed to DefaultWrapperPath = "/usr/local/bin" // Name is the name of the manifest Name = "com.justwatch.gopass" // WrapperName is the name of the gopass wrapper WrapperName = "gopass_wrapper.sh" )
Functions ¶
func ValidBrowser ¶
ValidBrowser returns true if the given browser is supported on this platform
func ValidBrowsers ¶
func ValidBrowsers() []string
ValidBrowsers are all browsers for which the manifest can be currently installed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.