#clipboard #command-line #cli #paste #command-line-tool #manager

app mark-clipboard

A simple clipboard manager for the command line

3 releases

0.1.2 Jul 16, 2024
0.1.1 Jul 16, 2024
0.1.0 Jul 16, 2024

#1355 in Command line utilities

MIT license

7KB

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

Dependencies

~0.1–15MB
~140K SLoC