1 unstable release
0.1.0 | Mar 26, 2021 |
---|
#152 in #clipboard
6KB
50 lines
Cross Clip
A simple, cross-platform CLI clipboard tool.
Installation
$ cargo install cclip
(Requires cargo
)
Usage
Get the clipboard contents:
$ clip
Hello
Set the clipboard contents from an argument:
$ clip Hello
Set the clipboard contents from stdin:
$ clip < clip.txt
or
$ some commands... | clip
Author
- watcol
License
Cross Clip is licensed under the MIT license. See LICENSE for details.
Dependencies
~1.6–10MB
~115K SLoC