clipper

Share macOS clipboard with tmux and remote applications

brewmacoslinux
Try with needOr install directly
Source

About

Share macOS clipboard with tmux and other local and remote apps

Commands

clipper

Examples

Start the clipper daemon to enable clipboard sharing$ clipper
Copy text to clipboard via clipper socket in tmux$ echo 'text to copy' | nc localhost 8377
Configure tmux to use clipper for copy operations$ bind -t vi-copy y copy-pipe 'nc localhost 8377'