clipkit

0.1.2 • Public • Published

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'

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    1
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i clipkit

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • s-shin