Discover Packages
github.com/majorcontext/moat
internal
clipboard
package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Mar 19, 2026
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package clipboard reads the host system clipboard.
MIMEToXclipTarget converts a MIME type to an xclip -target value.
type Content struct {
Data []byte
MIMEType string
}
Content holds clipboard data and its MIME type.
Read reads the current clipboard content from the host.
Returns nil Content if the clipboard is empty.
Returns an error if the clipboard is unavailable on this platform.
IsImage returns true if the content is an image type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.