cli-cp
v1.0.0
Published
A simple CLI tool to copy output of commands to clipboard
Downloads
2
Readme
CLI-CP
A dead simple CLI tool to copy your CLI output to clipboard. Just Pipe it in and boom! It's on your clipboard.
Install
$ npm i -g cli-cp
Usage
$ pwd | copy
✓ copied to clipboard
$ echo $PATH | copy
✓ copied to clipboard
Contributing to the Project
Submit PRs lol
Thanks to Sindre Sorhu's Clipboardy, this took me 2 minutes to put it on npm.