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