Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyResult ¶
type CopyResult struct {
Method string // How the content was copied (e.g., "pbcopy", "xclip", "osc52")
ByteSize int // Number of bytes copied
LineCount int // Number of lines in the content
}
CopyResult contains metadata about a successful clipboard copy operation.
Click to show internal directories.
Click to hide internal directories.