1.0.4 • Published 5 years ago

cpo v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

npm.ionpm.ionpm.ionpm.ionpm.ionpm.ionpm.ionpm.io

License

MIT

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago