Documentation ¶ Index ¶ Constants type Clipboard func (c Clipboard) Entries(term string) []modules.Entry func (c Clipboard) Name() string func (c Clipboard) Prefix() string func (c Clipboard) Setup(cfg *config.Config) modules.Workable func (c Clipboard) SwitcherExclusive() bool type Entry Constants ¶ View Source const ClipboardName = "clipboard" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Clipboard ¶ type Clipboard struct { // contains filtered or unexported fields } func (Clipboard) Entries ¶ func (c Clipboard) Entries(term string) []modules.Entry func (Clipboard) Name ¶ func (c Clipboard) Name() string func (Clipboard) Prefix ¶ func (c Clipboard) Prefix() string func (Clipboard) Setup ¶ func (c Clipboard) Setup(cfg *config.Config) modules.Workable func (Clipboard) SwitcherExclusive ¶ added in v0.0.31 func (c Clipboard) SwitcherExclusive() bool type Entry ¶ type Entry struct { Content string `json:"content,omitempty"` Time time.Time `json:"time,omitempty"` Hash string `json:"hash,omitempty"` IsImg bool `json:"is_img,omitempty"` } Source Files ¶ View all Source files clipboard.go Click to show internal directories. Click to hide internal directories.