https://github.com/diversen/copy-paste-bin
Nodejs copy and paste from clipboard in CLI mode
https://github.com/diversen/copy-paste-bin
clipboard nodejs
Last synced: 2 months ago
JSON representation
Nodejs copy and paste from clipboard in CLI mode
- Host: GitHub
- URL: https://github.com/diversen/copy-paste-bin
- Owner: diversen
- Created: 2016-11-30T19:05:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T18:35:43.000Z (over 2 years ago)
- Last Synced: 2025-07-20T14:03:06.869Z (about 1 year ago)
- Topics: clipboard, nodejs
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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