golang 的剪贴板
Provide copying and pasting to the Clipboard for Go.
Build:
$ go get github.com/atotto/clipboardPlatforms:
Document:
Notes:
TODO:
paste shell command:
$ go install github.com/atotto/clipboard/cmd/gopaste@latest
$ # example:
$ gopaste > document.txtcopy shell command:
$ go install github.com/atotto/clipboard/cmd/gocopy@latest
$ # example:
$ cat document.txt | gocopy暂无开放 Issues,或尚未同步最近议题。