this post was submitted on 30 Aug 2023
63 points (97.0% liked)

commandline

1697 readers
1 users here now

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] StudioLE@programming.dev -3 points 1 year ago (4 children)

I never understand apps like this. Surely if you're looking for this level of feature you may as well just use a GUI?

[–] sip@programming.dev 15 points 1 year ago

What does a GUI have to do with terminal multiplexing?

[–] Nevoic@lemm.ee 10 points 1 year ago

Some people prefer using keyboards to navigate.

I'm an i3wm, neovim, zellij user and WoW player. I have so many bindings that I use to navigate or do things, and I've optimized/automated away things that are repetitive to me.

Zellij follows the unix philosophy in my book of being a good multiplexer. Sure, Intellij is also a sort of multiplexer with panes and terminal Windows, but I can't use spotify_player and navigate around it inside Intellij like I can within zellij.

Essentially I like installing a tool for doing one thing well, and then combining tools to make my environment fully usable. It allowed me to super easily swap out tmux for zellij when I found I preferred it, but I can't swap out Intellij's paning system for VScode's if I find I prefer it.

[–] 0xDEADBEEFCAFE@programming.dev 9 points 1 year ago (2 children)

zellij is a terminal multiplexer like tmux which for example allows you to have multiple terminals shown in the same window. It works both locally and over SSH. Which GUI would do the same?

I'm currently using zellij after previously having used tmux. For me zellij is a direct upgrade in every way, and the default tmux keybindings are even supported out of the box in zellij which makes transitioning incredibly easy. The only downside is that I have no idea how to pronounce the name.

[–] darcy@sh.itjust.works 3 points 1 year ago (1 children)
[–] circuitfarmer@lemmy.sdf.org 5 points 1 year ago (2 children)
[–] darcy@sh.itjust.works 1 points 1 year ago

oh neat i see the resemblence

[–] caseyweederman@lemmy.ca 1 points 1 year ago

Probably written in Intellij Rust

[–] predmijat@programming.dev 1 points 1 year ago* (last edited 1 year ago) (1 children)

While I do understand the need for multiplexers when working over the wire, locally I have iTerm2 which is way more comfortable for me.

[–] BatmanAoD@programming.dev 1 points 1 year ago (1 children)

Wouldn't the multiplexer run inside the terminal emulator? I don't use a multiplexer myself, but I thought it was independent of what emulator you use.

[–] predmijat@programming.dev 2 points 1 year ago* (last edited 1 year ago) (1 children)

You are correct, I'm just saying I don't see the need for it locally...I have tabs, splits, windows, easier copy/paste, ... with iTerm2 already.

[–] BatmanAoD@programming.dev 2 points 1 year ago

Gotcha. Yeah, I feel similarly.

[–] technom@programming.dev 1 points 1 year ago

GUI just doesn't give you the level of control or keyboard driven workflow that CLIs can. You can even use plain kernel terminals or bootloaders if you know CLI. Text config files are also extremely easy to configure. There are only a few legitimate cases where CLI isn't enough. That includes gaming, 2D and 3D graphics design and CAD/CAM. And almost all of them implement their own GUI anyway.