Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cpo

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpo

Quick copy command output tool

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

cpo


NPM version build status Test coverage node version npm download

Copy command output to clipboard.

Introduction

Quick copy command output tool.

Install

$ npm i cpo -g

Usage

Copy pwd output to clipboard.

$ cpo pwd

Command alias

Use cpo to assist the pwd command.

bash

Add alias in your ~/.bash_profile

alias pwd="cpo pwd""

zsh

Add alias in your ~/.zshrc

alias pwd="cpo pwd"

fish

Add alias in your config.fish

alias pwd "cpo pwd"

After adding alias, you can use the pwd command after cpo assist.

Test project

$ npm run test

Contributors

License

MIT

Keywords

FAQs

Package last updated on 19 Mar 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc