|
|
vor 2 Jahren | |
|---|---|---|
| .. | ||
| .travis.yml | vor 2 Jahren | |
| LICENSE | vor 2 Jahren | |
| README.md | vor 2 Jahren | |
| clipboard.go | vor 2 Jahren | |
| clipboard_darwin.go | vor 2 Jahren | |
| clipboard_plan9.go | vor 2 Jahren | |
| clipboard_unix.go | vor 2 Jahren | |
| clipboard_windows.go | vor 2 Jahren | |
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