0.1.2 • Published 8 years ago

clipkit v0.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

clipkit - clipboard sync utilities

npm version

Install

npm install -g clipkit

Usage

# in .bash_profile etc.
export CLIPKIT_SERVER_PORT=3000
export CLIPKIT_SSH_TUNNELING_REMOTE_PORT=50000
export CLIPKIT_SERVER_SECRET=some_secret_string # optional for more safety

# on local
clipkit server
$(clipkit ssh-tunneling)

# on remote
echo -n "clipkit" | clipkit copy

Advanced Usages

With tmux-yank on remote tmux

set -g @custom_copy_command 'clipkit copy'