clipboard

package
v0.183.2 Latest Latest
Warning

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

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

Documentation

Overview

Package clipboard provides cgo-free clipboard access. Text goes through robotgo's exec-based clipboard subpackage (pbcopy/pbpaste, xclip/xsel, Windows API); image reads shell out to the platform's clipboard tool (osascript, wl-paste/xclip, PowerShell). Image writes are not supported.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init() error

Init is a no-op; the clipboard backend needs no initialization.

func Read

func Read(format Format) []byte

Read returns the clipboard contents for the given format, or nil if the clipboard holds no data in that format.

func Write

func Write(format Format, data []byte)

Write sets the clipboard for the given format. Image writes are ignored.

Types

type Format

type Format int

Format represents a clipboard data format.

const (
	// FmtText is UTF-8 text.
	FmtText Format = iota
	// FmtImage is PNG image data. Reads are supported; writes are ignored.
	FmtImage
)

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