rclip

Build Status Build status codecov crates.io

rclip is a remote clipboard. It allows users to push and pull data remotely from two different machines.

Linux, OSX and Windows are supported.

Table of Contents

man rclip:

``` USAGE: rclip [-h | --help] [ARGS]

FLAGS: -h, --help Prints help information

ARGS: open Creates a new remote clipboard link [hash] Link current host with a remote clipboard push [data] Copy the data to the remote clipboard pull Copy the data from the remote clipboard

```

Back-ends

The CLI requires a remote back-end to communicate with. You need to provide a URL in the $HOME/.rclip.env file such as: URL=https://blah.amazonaws.com/dev

You can choose and deploy a back-end for your own usage: https://github.com/noboruma/rclip-backends

/!\ The proposed solution is far from being optimal. This is work in progress.

Build & Test

Build with: cargo build

To run unit tests: cargo test

License

Published under the MPL 2.0 license.