blacknon / lssh

lssh: A list-based SSH/SCP/SFTP client supporting single and parallel connections, local bashrc usage on remote machines, and advanced proxying. Written in Go.
MIT License
246 stars 28 forks source link

[FR] When `!command` is used, `! <(hogehoge...) Add processing to make the content executed by Remote with #114

Closed blacknon closed 4 months ago

blacknon commented 6 months ago

The background is to use vimdiff against the remote host's execution results.

like

!vimdiff !<(cat /etc/hosts)