trzsz / trzsz-go

trzsz-go is the go version of trzsz, makes all terminals that support local shell to support trzsz ( trz / tsz ).
https://trzsz.github.io/go
MIT License
884 stars 53 forks source link

trzsz support Warp? but I not work in latest version in trzsz and warp ? #42

Closed 24 closed 1 year ago

24 commented 1 year ago

https://github.com/warpdotdev/Warp/issues/988#issuecomment-1732859988

Do you really support it?

lonnywong commented 1 year ago

How do you log into the remote server? Is it trzsz ssh xxx? Or using tssh xxx ( trzsz-ssh )?

lonnywong commented 1 year ago

@24

lonnywong commented 1 year ago

@24 Try upgrade warp to the latest version.

lonnywong commented 1 year ago

@24 Is there any error?

24 commented 1 year ago

@lonnywong 抱歉, 没看到消息, 可以了, 原来要 trzsz ssh 连接, 我以为在warp里面 像tabby 一样 直接trz就可以上传了

不过trzsz ssh 在warp 里面 就没有那warp的智能风格了,

感谢万分~~~

lonnywong commented 1 year ago

@24 我没怎么用 warp,看了一会文档,我知道怎么可以支持 warp 风格了。

首先要安装 https://github.com/trzsz/trzsz-ssh ,然后要把 tssh 改名为 ssh,并且优先级要比 /usr/bin/ssh 高。可以这样:

brew install trzsz-ssh
sudo ln -s $(which tssh) /usr/local/bin/ssh

ssh xxx