cclip

Crates.iocclip
lib.rscclip
version0.1.0
sourcesrc
created_at2021-03-26 07:04:25.943258
updated_at2021-03-26 07:04:25.943258
descriptionA simple, cross-platform CLI clipboard tool.
homepage
repositoryhttps://github.com/watcol/clip
max_upload_size
id373708
size17,169
watcol (watcol)

documentation

README

Cross Clip

Crates.io Downloads Downloads (latest) License

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 watcol

License

Cross Clip is licensed under the MIT license. See LICENSE for details.

Commit count: 10

cargo fmt