0.0.2 • Published 2 years ago

cmd-copy v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

cmd-copy

A small tool for execute commands, and copy to the clipboard the output. This package implements clipboardy to access to the clipboard.

How to install

Simply execute:

$ npm i --g cmd-copy

How to use

Imagine that you want to execute ls -lua, and copy the output:

$ cmd-copy ls -lua

If you want to show the result of the command, you can add verbose before the command:

$ cmd-copy verbose ls -lua