clip
clip is a tiny clipboard-like buffer for the terminal. It is useful when you want to pass values between commands or shell scripts without relying on a desktop clipboard.
Install
$ bpkg install -g clip
Usage
Store: only stores single value:
$ echo foo | clip
Read: read stored value:
$ clip
Note: it does not integrate with the system clipboard. It maintains its own value store.
Links
- Source Code (GitHub)
- Author: Joseph Werle