An open API service indexing awesome lists of open source software.

https://github.com/bpkg/clip

Silly terminal clipboard
https://github.com/bpkg/clip

Last synced: 6 months ago
JSON representation

Silly terminal clipboard

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