ndcopy-ndpaste

2.0.0 • Public • Published

ndcopy-ndpaste

Commandline tools for copying and pasting text to and from the clipboard.

Inspired by mac osx's pbcopy and pbpaste

Installation

npm install -g ndcopy-ndpaste

ndcopy

Takes standard input and places it in the clipboard.

$ ndcopy "some cool text"

or

$ cat file.txt | ndcopy

ndpaste

Returns standard output from the clipboard.

$ ndpaste

or

$ ndpaste > file.txt

Open to contributions

Package Sidebar

Install

npm i ndcopy-ndpaste

Weekly Downloads

2

Version

2.0.0

License

MIT

Unpacked Size

3.02 kB

Total Files

6

Last publish

Collaborators

  • masesisaac