clipboard icon indicating copy to clipboard operation
clipboard copied to clipboard

📋 cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)

Results 33 clipboard issues
Sort by recently updated
recently updated
newest added

I'm encountering a crash on in clipboard initialization on a mac and wondering if anyone else has seen this. Here's a simple program. ```go package main import ( "fmt" "log"...

I was wondering if one could replace the CGO binding on some platforms by using [ebitengine/purego](https://github.com/ebitengine/purego)? Here an example for [clipboard_darwin.go](https://github.com/golang-design/clipboard/blob/main/clipboard_darwin.go) (not tested though, generated with an LLM to give...

Can this support middle-click-clipboard and copy-paste clipboard (Ctrl+C, Ctrl+v)?