snipsnip

Remote mac clipboard


Keywords
clipboard, osx, ssh
License
MIT
Install
pip install snipsnip==0.5

Documentation

Snipsnip

Simple client/server which can be used to forward clipboard and browse commands to your VM's host.

Client:

usage: snipsnip client [-h] [--port PORT] [--host HOST]
                       {copy,paste,say,open} ...

positional arguments:
  {copy,paste,say,open}

optional arguments:
  -h, --help            show this help message and exit
  --port PORT
  --host HOST

Server:

usage: snipsnip server [-h] [--port PORT] [--host HOST]

optional arguments:
  -h, --help   show this help message and exit
  --port PORT
  --host HOST

To install, simply run:

pip install snipsnip