ttyd icon indicating copy to clipboard operation
ttyd copied to clipboard

trzsz support

Open tianyuanhao opened this issue 2 years ago • 3 comments

I think ttyd can add trzsz support.

tianyuanhao avatar Mar 21 '22 01:03 tianyuanhao

😵‍💫 951b2b9 is not working, ~no popup after trz~. Any suggestions? @lonnywong

How to rebuild ttyd after change the html and js?

lonnywong avatar Aug 25 '22 04:08 lonnywong

I'm changing src/components/terminal/index.tsx. It works after yarn build and make.

lonnywong avatar Aug 25 '22 05:08 lonnywong

@tianyuanhao Try https://github.com/tsl0922/ttyd/commit/bdfb94699d081087bfcdf4cf49f3adb3c2190dcf . My fork: https://github.com/lonnywong/ttyd

lonnywong avatar Aug 25 '22 06:08 lonnywong

Is trszs better than croc ? (btw what's the full form of it)

rihaq avatar Sep 20 '22 16:09 rihaq

Is trszs better than croc ? (btw what's the full form of it)

trzsz doesn't need a relay, works with browser.

trzsz supports drag files and directories to upload.

trzsz main repo: https://github.com/trzsz/trzsz

trzsz works with browser and electron: https://github.com/trzsz/trzsz.js

trzsz works with native terminal: https://github.com/trzsz/trzsz-go

lonnywong avatar Sep 21 '22 00:09 lonnywong

supported on main, start ttyd with -t enableTrzsz=true to enable it.

tsl0922 avatar Oct 30 '22 04:10 tsl0922