|
|
2 lat temu | |
|---|---|---|
| .. | ||
| .travis.yml | 2 lat temu | |
| LICENSE | 2 lat temu | |
| README.md | 2 lat temu | |
| clipboard.go | 2 lat temu | |
| clipboard_darwin.go | 2 lat temu | |
| clipboard_plan9.go | 2 lat temu | |
| clipboard_unix.go | 2 lat temu | |
| clipboard_windows.go | 2 lat temu | |
Provide copying and pasting to the Clipboard for Go.
Build:
$ go get github.com/atotto/clipboard
Platforms:
Document:
Notes:
TODO:
paste shell command:
$ go get github.com/atotto/clipboard/cmd/gopaste
$ # example:
$ gopaste > document.txt
copy shell command:
$ go get github.com/atotto/clipboard/cmd/gocopy
$ # example:
$ cat document.txt | gocopy