Y
Hacker News
new
|
ask
|
show
|
jobs
by
ttyprintk
1263 days ago
With tmux, shell aliases for tmux send-buffer and tmux paste can manually do this without dependencies.
1 comments
nikvdp
1263 days ago
how do you access another machine's clipboard with tmux?
link
ttyprintk
1263 days ago
ssh -t that-machine tmux -s your-session show-buffer
And
| ssh -t tmux … set-buffer -
link