1.1.6 • Published 3 months ago

copy-paste-bin v1.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
3 months ago

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

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago