copy-paste-bin

1.1.6 • Public • Published

copy-paste-bin

Nodejs copy and paste from clipboard in CLI mode

Install

npm install copy-paste-bin -g

Usage:

copy:

copy-paste --copy='copied to the clipboard'

Or use a 'pipe' to copy to the clipboard:

echo 'copied to the clipboard' | copy-paste

paste (will output to the console):

copy-paste --paste

Or just use CTRL+SHIFT+V (or which ever paste shortcut your system uses) to paste the clipboard contents to the console.

MIT License

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i copy-paste-bin

    Weekly Downloads

    2

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    2.82 kB

    Total Files

    3

    Last publish

    Collaborators

    • diversen