clip
Silly terminal clipboard
Really simple clipboard manager in Bash. You can access it via command-line or inside shell scripts.
$ bpkg install -g clipUsage
Store: only stores single value:
$ echo foo | clipRead: read stored value:
$ clipNOTE: 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