the-art-of-command-line icon indicating copy to clipboard operation
the-art-of-command-line copied to clipboard

Add et (Eternal Terminal) as an alternative to mosh

Open phuclv90 opened this issue 2 years ago • 0 comments

Consider mosh an alternative to ssh that uses UDP, avoiding dropped connections and adding convenience on the road (requires server-side setup).

mosh, screen, tmux... all have their own disadvantages, like no scroll backs or no mouse wheel support (or very inconvenient/unnatural), or difficult to copy texts when splitting panes, or cumbersome to switch between panes. With et those don't exist. It's exactly like using ssh normally in a terminal, just never need to attach, detach or worry about hangups

See https://github.com/MisterTea/EternalTerminal

phuclv90 avatar Nov 24 '22 13:11 phuclv90