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

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

#1517 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–13MB
~124K SLoC