0.2.0 • Published 3 years ago

@rclp/rclp-cli v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

rclp-cli

Build Status of Unit Test

rclp CLI.

How to install

$ npm install -g @rclp/rclp-cli

Or if you want to checkout Git repo directly:

$ git clone https://github.com/rclp/rclp-cli.git

How to use

Install it first, then authenticate using your Google Account:

$ rclp -a

If you checked out the Git repo:

$ node cli.js -a

Copy data to your remote clipboard from stdin:

$ echo "hi there" | rclp -c

If you checked out the Git repo:

$ echo "hi there" | node cli.js -c

Paste the latest data from your remote clipboard:

$ rclp -p

If you checked out the Git repo:

$ node cli.js -p

Development

TBD.

Test

$ npm test