Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clipboard-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clipboard-cli
Access the system clipboard (copy/paste) - cross-platform
Supports: macOS, Windows, Linux, OpenBSD, FreeBSD, Android with Termux.
Install
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 - API for this module