golang-design / clipboard

📋 cross-platform clipboard package that supports accessing text and image in Go (macOS/Linux/Windows/Android/iOS)
https://golang.design/x/clipboard
MIT License
579 stars 64 forks source link

all: add customized format register #43

Open changkun opened 1 year ago

changkun commented 1 year ago

This is WIP.

It seems challenging with the current API design for advanced format in darwin, and also implementation on Linux and Windows.

Fixes #17 #40