clip

Silly terminal clipboard

Really simple clipboard manager in Bash. You can access it via command-line or inside shell scripts.

$ bpkg install -g clip

Usage

Store: only stores single value:

$ echo foo | clip

Read: read stored value:

$ clip

NOTE: It does not interface with the actual system clipboard. It has it’s own.

Published: June 16 2014

blog comments powered by Disqus