clipboard
clipboard copied to clipboard
๐ cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)
https://www.electronjs.org/zh/docs/latest/api/clipboard#clipboardwritedata-type https://github.com/electron/electron/issues/41462
I am working on a feature for [freeze](https://github.com/charmbracelet/freeze) that copies the generated image and this are the resulting images if not using a `PNG` format. - `.webp`  - `.svg`...
add 24 bit image support
Would be nice for web apps
I am not sure if this is expected behavior on my platform or not, but I am experiencing the following: 1. When writing text data to clipboard, I can exit...
Especially `golang.org/x/image` had a few security vulnerabilities fixed. This PR updates the go libraries to the latest available version while not bumping major versions. Update was performed via Renovate and...
Hey, I was trying to copy bytes to my clipboard using this library using ``` clipboard.Write(clipboard.FmtText, []byte(id)) ``` But it immediately crashes, with this error: ``` โโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ File: err.log...
## Summary - add `defer ti.Stop()` to cleanup tickers in all OS watch implementations ## Testing - `go vet ./...` *(fails: `GLES3/gl3.h` missing)* - `go test ./...` *(fails: X11/display not...
## Summary - ensure TestClipboardWatch waits for the watch channel to close - prevent blocking by using select with timeout ## Testing - `go test ./...` *(fails: missing GLES3/gl3.h and...
Fix the problem that MacOS cannot read TIFF images