clipboard

package
v0.164.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init() error

Init initializes the clipboard (stub implementation)

func Read

func Read(format Format) []byte

Read reads data from clipboard in the specified format (stub implementation)

func Write

func Write(format Format, data []byte)

Write writes data to clipboard in the specified format (stub implementation)

Types

type Format

type Format int

Format represents clipboard data format

const (
	// FmtText is the text format
	FmtText Format = 0
	// FmtImage is the image format
	FmtImage Format = 1
)

Directories

Path Synopsis
Package text provides a CGO-free, cross-platform clipboard text writer that shells out to the platform's native clipboard utility (pbcopy, wl-copy, xclip, xsel, or clip).
Package text provides a CGO-free, cross-platform clipboard text writer that shells out to the platform's native clipboard utility (pbcopy, wl-copy, xclip, xsel, or clip).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL