ekzhang / sshx

Fast, collaborative live terminal sharing over the web
https://sshx.io
MIT License
5.8k stars 175 forks source link

How about supporting trzsz ( trz / tsz ) ? Which similar to lrzsz ( rz / sz ). #34

Closed lonnywong closed 10 months ago

lonnywong commented 10 months ago

GitHub: https://github.com/trzsz/trzsz.js

browser example

ekzhang commented 10 months ago

Wow that's neat! How does trz work, and is there a popular standard for this? Do other terminals support it?

lonnywong commented 10 months ago

trz read content from stdin, and save it to a file.

It's custom protocol, works like lrzsz ( rz / sz), and compatible with tmux, better than rz / sz.

There are some terminals support trzsz:

It's list in https://github.com/trzsz/trzsz .

On other terminals, we can use https://github.com/trzsz/trzsz-ssh or https://github.com/trzsz/trzsz-go to support trzsz.