https://github.com/bpkg/clip
Silly terminal clipboard
https://github.com/bpkg/clip
Last synced: 6 months ago
JSON representation
Silly terminal clipboard
- Host: GitHub
- URL: https://github.com/bpkg/clip
- Owner: bpkg
- License: mit
- Created: 2014-04-17T19:01:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T10:18:11.000Z (over 10 years ago)
- Last Synced: 2025-04-20T14:45:34.953Z (12 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 16
- Watchers: 12
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clip(1)
=======
Silly terminal clipboard
## install
```sh
$ make install
```
## usage
**Store**
*only stores single value*
```sh
$ echo foo | clip
```
Read
*read stored value*
```sh
$ clip
```
## license
MIT