🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

cmd-copy

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

cmd-copy

Executes a command, and copy to the clipboard the output

unpublished
latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

command

FAQs

Package last updated on 22 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts