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.
Links
- Source Code (GitHub)
- Author: Joseph Werle
blog comments powered by Disqus