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 of xclip" // ErrNotSupported is returned when the clipboard is not accessible ErrNotSupported = fmt.Errorf("WARNING: No clipboard available. Install " + Helpers + " or use -f to print to console") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.