cm0002@lemmy.world to Linux@programming.dev · 2 days agoYou Don’t Need A Terminal Multiplexer on Your Desktopxn--gckvb8fzb.comexternal-linkmessage-square23fedilinkarrow-up144arrow-down18
arrow-up136arrow-down1external-linkYou Don’t Need A Terminal Multiplexer on Your Desktopxn--gckvb8fzb.comcm0002@lemmy.world to Linux@programming.dev · 2 days agomessage-square23fedilink
minus-squarejet@hackertalks.comlinkfedilinkEnglisharrow-up14·2 days agoYou do need it. If your anything like me you end up with 200 terminal windows open on your desktop. With a Terminal multiplexer you can attach to named sessions from any terminal open and get the correct context for long running things you care about
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up7arrow-down1·2 days ago200?! I can pretty confidently say approximately nobody is anything like you 😄
minus-squarejet@hackertalks.comlinkfedilinkEnglisharrow-up5·2 days agofor nop in $(seq 1 200); do open -a Terminal --new & sleep 0.1 done One of us, one of us
You do need it.
If your anything like me you end up with 200 terminal windows open on your desktop.
With a Terminal multiplexer you can attach to named sessions from any terminal open and get the correct context for long running things you care about
200?! I can pretty confidently say approximately nobody is anything like you 😄
for nop in $(seq 1 200); do open -a Terminal --new & sleep 0.1 done
One of us, one of us