I know this probably comes up a lot and is liable to spark some debate, but I’m curious what the good options are for terminals. I’ve skimmed some reddit/lemmy posts about it and looked at a few options and I dunno how to decide between them because they all seem like they’re too narrowly focused on some particular use case. I’m just using it for general terminal stuff, nothing terribly fancy. I’m aware that there’s not one terminal to rule them all or anything, so I’m curious: what do you folks use, and more importantly, why do you use that over the (many) other options available?

Personally I’ve just been using konsole since it’s what came with kde and it seems nice and all, but I feel like I’m missing out on features I don’t even know about. One feature that might be nice is some kind of local LLM integration so I can get help on how to tinker with settings and such where i’m doing the tinkering instead of constantly tabbing out to duck.ai or w/e.

  • @[email protected]
    link
    fedilink
    1421 days ago

    Konsole, because it fits in nicely with Plasma (as you would expect) and does everything I need a terminal to do.

  • @[email protected]
    link
    fedilink
    1121 days ago

    I am perfectly happy with Konsole, and sleep well despite perhaps missing out on features I don’t know about.

  • @[email protected]
    link
    fedilink
    8
    edit-2
    21 days ago

    I use xfce4-terminal, lxterminal is also good for the same reasons. The nice thing about them is that their configs are very stable (this can be a bit of an issue with KDE, e.g. I recently had to redo my editor themes for Kate because the old ones weren’t compatible anymore), and they save system resources by letting all terminals run in one process. Running terminal windows in separate processes might protect you from crashes, but even though I use terminals heavily I just never have terminal crashes. And they’re simpler to configure than e.g. urxvt.

  • Czele
    link
    fedilink
    1921 days ago

    Im using what DE provides by default. If You do not know what You need from terminal that means You probably do not need anything more. Make a switch when You want something particular. On the other note I think You might be more interested in different shell rather than terminal. So fir example zsh or fish (You are most likely currently using bash)

    • @[email protected]
      link
      fedilink
      English
      119 days ago

      I agree. I think OP should try another shell first. That will impulse the use of the terminal. I’m using alacritty because it stuck and the updates are minuscule, but I’ve recently moved to fish and have it on desktop and server.

  • @[email protected]
    link
    fedilink
    1621 days ago

    Are you serious? It’s just a window where text is printed. Use what your DE provides. Now I’m mostly on LXQt, so I use QTerminal. With tiling WMs I prefer urxvt because I don’t need builtin window splitting ans tabs. I can’t imagine what other features may I need.

    • Libra00OP
      link
      fedilink
      English
      121 days ago

      Yeah I have been, I’ve just seen discussion about terminals that do all kinds of fancy shit and I’m wondering if I’m missing out on features by using the default (konsole), though it seems fairly full-featured. shrug

    • priapus
      link
      fedilink
      English
      1
      edit-2
      19 days ago

      Multiplexing, remote multiplexing, shell integration, SSH integration, image rendering, ligatures, image rendering (mainly for TUI file managers like Yazi), support for font styling, scrollback searching, persistent sessions.

      Many of these might not matter to you, but I use a lot of these features very frequently, especially remote multiplexing which only Kitty and Wezterm do AFAIK.

      I also paricularly like Westerns feature where you can press a keybind and itll show two character flags over all the links and paths currently being displayed, and you type the flag to copy it. Let’s me avoid switching my hand over to my mouse.

      • @[email protected]
        link
        fedilink
        119 days ago

        Most of what you enumerated is not a terminal emulator job. There is tmux for multiplexing, search and persistent sessions, for instance. And if you want image rendering, what a hell you use TUI for this? GUI programs can also be controlled with keyboard.

        • priapus
          link
          fedilink
          English
          119 days ago

          Most of what you enumerated is not a terminal emulator job.

          Says who? You aren’t the arbiter of what software gets to handle each job.

          Tmux does a worse job than Wezterm while being more complex, a pain in the ass to configure, and feeling less native than just using the built-in tabs and panes of my terminal. Ive also had it break the output and interfere with the keybinds of many apps. Why the hell should I install and configure an extra tool when Wezterm does what I need perfect?

          And if you want image rendering, what a hell you use TUI for this?

          Because I like using a TUI? I do the large majority of my work in my terminal, so why should I swap out of it to look at a picture when Wezterm does it just fine? More importantly, why do you give a fuck what tools somebody uses if they work for them?

          I dont give a shit about “Unix philosophy”, Wezterm works better for me at all of these tasks than any other options.

          GUI programs can also be controlled with keyboard.

          I have never seen a GUI file manager with the same level of control using a keyboard as the average TUI file manager.

        • @[email protected]
          link
          fedilink
          421 days ago

          If you’re on a high-refresh display, the GPU acceleration allows for much faster updates. Makes it feel much smoother. It’s of course not needed, but neither is a lot of stuff we do.

            • @[email protected]
              link
              fedilink
              420 days ago

              What’s up with the attitude like gpu accelerated terminals aren’t extremely popular? If you’re fine with what you’re using, have fun and tone down the high horse.

            • priapus
              link
              fedilink
              English
              119 days ago

              You can just go test it out yourself. Compare using a TUI in a hardware accelerated terminal to one that isnt. If you use a lot of TUIs or very dynamic CLIs it makes a very noticeable difference

    • flatbield
      link
      fedilink
      English
      321 days ago

      That was my reaction. Since I use Cinnamon and Gnome I use gnome-terminal.

      The features I like are cut/paste and the open in terminal feature in the file manger. Nice that it looks good in your DE too. What else does one need?

  • @[email protected]
    link
    fedilink
    English
    821 days ago

    Alacritty, one of the first rust based terminals. Fast, simple config. Had no problems. Foot as a second if you want an alternative.

    • disco
      link
      fedilink
      English
      121 days ago

      I typically use both alacrity and kitty depending on what I’m trying to do

  • @[email protected]
    link
    fedilink
    English
    30
    edit-2
    21 days ago

    The one that comes with your DE is generally just fine, unless you’re a serious terminal user.

    One feature that might be nice is some kind of local LLM integration so I can get help on how to tinker with settings and such

    I think that’s a quick way to nuke your install, LLMs are generally wrong about what commands to run and don’t understand enough to know when something is dangerous. All it takes is changing one wrong file and everything breaks.

    • Libra00OP
      link
      fedilink
      English
      221 days ago

      Fair, I’m definitely not a ‘serious’ terminal user.

      Yeah I was wondering about that, it’d be nice to have an LLM that’s specifically trained on like linux system configs and shit, but that’s well beyond the scope of my capabilities, so if it doesn’t already exist I’m just SOL on that one.

      • @[email protected]
        link
        fedilink
        English
        1021 days ago

        Yeah I mean even if it was trained specifically for that, they often will still be incorrect because they don’t actually understand the concepts they’re presenting.

  • @[email protected]
    link
    fedilink
    English
    921 days ago

    kitty. The ssh kitten is enough reason to use it. I work ob a lot of different systems that require OTP. Using the ssh kitten I can type the OTP once and can spawn new terminals that ssh and cd to the remote direvtory without logging in again. Obviosly the tabs and window panes are are a must too. There’s tons of other useful features that I like, like using hints to select nunbers, filenames, urls, etc in the terminal output.

  • @[email protected]
    link
    fedilink
    120 days ago

    I’m using Kitty. Kitten ssh is smooth as I ssh into other machines a lot. I also love being able to split the screen and have tabs. I use Kitty session a lot, I have a pre-configured yaml file that just sets up the terminal for me. I like the keyboard shortcuts too.

  • @[email protected]
    link
    fedilink
    English
    220 days ago

    I have determined that foot is best for me personally, like alacritty and a couple others, it is very barebones. No tabs or anything like that without tmux. But it doesn’t rely on GPU acceleration and is just as fast (or faster) than my experience using GPU accelerated terminals. Easy to configure and since it doesn’t have the GPU requirements it works on old hardware like a dream. Only possible issue is that it is wayland only but since that is all I like to use it is perfect.

    I find a lot like ghostty and wezterm try to include too many features. All I need a terminal emulator to be is a terminal emulator. But then a lot of these then add tabs, build in multiplexers & more and it is more bloated than I like a simple utility to be. Additionally, I don’t need native tabs as a lot I do in the terminal uses SSH so it is easier just to use tmux/zilji and not have to manage it as much.

  • FilthyHands
    link
    fedilink
    English
    3
    edit-2
    21 days ago

    I like guake, or yakuake… they are inspired by the console in Quake. F9 drops it down and hides it. Works for what i need it to. I’m just a guy who recently ditched windows, not a power user.

  • Ramin Honary
    link
    fedilink
    English
    4
    edit-2
    21 days ago

    I use Xfce and Cinnamon, but I always install Gnome Terminal regardless (you don’t need all of Gnome desktop to use it). The main reason I like Gnome Terminal is that it is very simple, and it lets you save your own terminal themes and switch between them from a context menu. Xfce terminal is nice and simple, but doesn’t have this really handy theme switching feature.

    That said, the terminal emulator I used most often is the Emacs built-in terminal emulator (term-mode), because it integrates flawlessly with other Emacs tools. But its rendering and theming isn’t as nice as Gnome terminal, so I only recommend it if you are an Emacs user.

  • SavvyWolf
    link
    fedilink
    English
    221 days ago

    My terminal of choice nowadays is Alacritty. It’s nice and clean, has a text based config file and decent feature support. The only annoyance is the lack of tabs, but I spend most of my terminal time ssh’d into a tmux session on a remote server anyway.

  • @[email protected]
    link
    fedilink
    221 days ago

    I like minimal terminals, was using st for a long time and now I’m using foot for quite a while already. Since I’m using tmux I don’t need my terminal to have any tab/windowing features

  • @[email protected]
    link
    fedilink
    421 days ago

    i just use xterm. it has proper unicode support now and is very lightweight. or maybe urxvt if i need more features.

    on termux where xterm doesn’t run i use st instead, it needs some source patching (very barebones) but it works pretty well.