commands.sh

cb

all

Cut, copy, and paste anything in the terminal.

More info →

Examples (8)

Show all clipboards

Copy a file to the clipboard

cb copy path/to/file

Copy some text to the clipboard

cb copy "Some example text"

Copy piped data to the clipboard

echo "Some example text" | cb

Paste clipboard content

Pipe out clipboard content

Show clipboard history

Show clipboard information

made by @shridhargupta | data from tldr-pages