Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Helpers can be overridden at compile time, e.g. go build \ // -ldflags=='-X github.com/gopasspw/gopass/pkg/clipboard.Helpers=termux-api'. Helpers = "xsel or xclip" // ErrNotSupported is returned when the clipboard is not accessible. ErrNotSupported = fmt.Errorf("WARNING: No clipboard available. "+ "Install %s, provide $GOPASS_CLIPBOARD_COPY_CMD and $GOPASS_CLIPBOARD_CLEAR_CMD or use -f to print to console", Helpers) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.