Shell Helpers about WebSSH
pip install webssh-sh
Helper wich allow you to write to your own terminal clipboard (on your computer) through your remote terminal connection.
echo "WebSSH is awesome!" | wshcopy
If you use tmux >= 3.3 you will need either :
set -g allow-passthrough on
THENecho "WebSSH is awesome!" | wshcopy -t tmux
- OR
set -g set-clipboard on
THENecho "WebSSH is awesome!" | wshcopy -t default