v0.2.12: Wider GOOS support
I’ve written lib/files/clipboard
to cover more than just linux, windows, and darwin.
Not supported: android
, nacl
, plan9
, and zos
but at least they should not compile-time error anymore.
The OSes: dragonflybsd
, freebsd
, linux
, netbsd
, openbsd
and solaris
still require you to have either xclip
or xsel
installed. If you do not have them installed, then the clip:
and clipboard:
URI schemes will always return os.ErrNotExist
.