A simple, cross-platform CLI clipboard tool.
shell
$ cargo install cclip
(Requires cargo
)
Get the clipboard contents:
shell
$ clip
Hello
Set the clipboard contents from an argument:
shell
$ clip Hello
Set the clipboard contents from stdin:
shell
$ clip < clip.txt
or
shell
$ some commands... | clip
Cross Clip is licensed under the MIT license. See LICENSE for details.