Crates.io | cclip |
lib.rs | cclip |
version | 0.1.0 |
source | src |
created_at | 2021-03-26 07:04:25.943258 |
updated_at | 2021-03-26 07:04:25.943258 |
description | A simple, cross-platform CLI clipboard tool. |
homepage | |
repository | https://github.com/watcol/clip |
max_upload_size | |
id | 373708 |
size | 17,169 |
A simple, cross-platform CLI clipboard tool.
$ cargo install cclip
(Requires cargo
)
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
Cross Clip is licensed under the MIT license. See LICENSE for details.