Categorypkg.nimblebun.works/clipboard
repositorypackage
0.1.5
Repository: https://github.com/nimblebun/clipboard.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Clipboard for Go

Provide copying and pasting to the Clipboard for Go.

Build:

$ go get pkg.nimblebun.works/clipboard

Platforms:

  • OSX
  • Windows 7 (probably work on other Windows)
  • Linux, Unix (requires 'xclip' or 'xsel' command to be installed)

Document:

Notes:

  • Text string only
  • UTF-8 text encoding only (no conversion)

TODO:

  • Clipboard watcher(?)

Commands:

paste shell command:

$ go get pkg.nimblebun.works/clipboard/cmd/gopaste
$ # example:
$ gopaste > document.txt

copy shell command:

$ go get pkg.nimblebun.works/clipboard/cmd/gocopy
$ # example:
$ cat document.txt | gocopy