mark-clipboard

Crates.iomark-clipboard
lib.rsmark-clipboard
version0.1.2
sourcesrc
created_at2024-07-16 01:48:29.927196
updated_at2024-07-16 02:05:49.339664
descriptionA simple clipboard manager for the command line
homepage
repositoryhttps://github.com/markgandolfo/mark-clipboard
max_upload_size
id1304514
size21,630
Mark Gandolfo (markgandolfo)

documentation

README

Clippy (x)

Clippy is a simple CLI clipboard tool. It is written in Rust.

Usage

# help
x -h
x --help
x help

# copy to clipboard
echo 'hello world' | x

# paste from clipboard
x #=> hello world

Installation

cargo install mark-clipboard
Commit count: 0

cargo fmt