UNPKG

clipboard-cli

Version:
31 lines (19 loc) 512 B
# 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 package