Skip to content

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

License

Notifications You must be signed in to change notification settings

masesisaac/ndcopy-ndpaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published