New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

copy-paste-bin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

copy-paste-bin

node copy-paste bin for cli usage

latest
Source
npmnpm
Version
1.1.6
Version published
Maintainers
1
Created
Source

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

Keywords

copy-paste

FAQs

Package last updated on 07 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts