Ecosyste.ms: Awesome

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

https://github.com/sindresorhus/clipboard-cli

Access the system clipboard (copy/paste)
https://github.com/sindresorhus/clipboard-cli

Last synced: 21 days ago
JSON representation

Access the system clipboard (copy/paste)

Lists

README

        

# clipboard-cli

> Access the system clipboard (copy/paste) - cross-platform

Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with [Termux](https://termux.com).

## Install

```sh
npm install --global clipboard-cli
```

## Usage

```
clipboard --help

Example
$ echo 🦄 | clipboard
$ clipboard
🦄
```

## Tip

Run it with `$ cb` instead by adding `alias cb=clipboard` to your `.zshrc`/`.bashrc`.

## Related

- [clipboardy](https://github.com/sindresorhus/clipboardy) - API for this module