1.0.4 • Published 7 years ago
cpo v1.0.4
cpo
Copy command output to clipboard.
Introduction
Quick copy command output tool.
Install
$ npm i cpo -gUsage
Copy pwd output to clipboard.
$ cpo pwdCommand 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