• padreug@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    4 hours ago

    herdr is another one that’s out there. I’ve tried it out and have been driving it for a while. I like it cause I have a lot of agents open and it tells me who’s blocked

  • aketawi@quokk.au
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 hours ago

    thanks no.
    tmux my beloved

    I wonder how many people bounced off of it and decided to look for alternatives because of its honestly pretty terrible default keybinds

  • rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 hours ago

    honestly Wezterm or Konsole is all you need if you want to multiplex or like I do is just patch ST to the point where it’s pretty much the same only a lot lighter.

    Konsole is a fantastic terminal that a lot of people sleep on.

  • j3tt@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    12 hours ago

    For me it is just screen inside gnome-console and PaperWM to arrange my terminals on Gnome.

  • onlinepersona@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    17 hours ago

    I mostly use tmux when logged in as a different user either locally or remotely, so that I don’t have to login multiple times. Do any of these terminal emulators support that?

      • onlinepersona@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        14 hours ago

        Login as user A. Want to execute multiple commands. With multiplexer: open multiplexer while logged in as user A, create multiple panes. Without multiplexer: open a pane in terminal emulator, login as user A, execute one command, repeat for every command.