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

How to watch copy file in windows10 #37

Closed dongziyudongziyu closed 1 year ago

changkun commented 1 year ago

Currently, only text or image data are supported. Copying a file is a different type of content that is not supported.

changkun commented 1 year ago

The feature may be solved when we resolve #17.

changkun commented 1 year ago

Close as unplanned.