41
submitted 3 months ago by cm0002@lemmy.world to c/linux@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] jet@hackertalks.com 16 points 3 months ago

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

[-] FizzyOrange@programming.dev 7 points 3 months ago

200?! I can pretty confidently say approximately nobody is anything like you 😄

[-] jet@hackertalks.com 6 points 3 months ago
for nop in $(seq 1 200); do
    open -a Terminal --new &
    sleep 0.1
done

One of us, one of us

this post was submitted on 13 Feb 2025
41 points (84.7% liked)

Linux

7387 readers
124 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS