33
submitted 2 days ago by [email protected] to c/[email protected]

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.

top 50 comments
sorted by: hot top new old
[-] [email protected] 1 points 12 hours ago

Linux vtty forever! Can't cat data into the framebuffer when your desktop is getting in the way!!

Jk I use gnome terminal for everything, or whatever default is available. It's quite amazing that most of them handle all but the most niche terminal features these days.

When I need to install a terminal emulator for some reason I always go for urxvt.. but it is pretty terrible (it's a great vt but mouse interaction is clunky and graphics are old school) compared to pretty much everything else.

[-] [email protected] 2 points 15 hours 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.

[-] [email protected] 6 points 1 day ago

Anything is fine unless you're using the terminal very heavily. Almost all of my workflow is within the terminal so I want everything to be as fast as possible. I want a minimal, low config, fast terminal that has the exact same behavior when using the same config on Linux and MacOS (I know, fuck me, I have to use it for work). And those are Alacritty and Ghostty. I hate Alacritty's horrible icon so I use Ghostty.

[-] [email protected] 2 points 23 hours ago* (last edited 23 hours ago)

Surprised that there's so few drop-down terminals being mentioned; I use Tilda but I guess they are all fine as long as they work on one's distro config. It's so handy to always have the console locked and loaded invisibly, but toggled by the press of a button.

[-] [email protected] 1 points 16 hours ago

...weird. I don't understand why drop-down terminals are a thing? I can bring up Konsole with a hotkey too, only it just opens a window instead fo doing a fancy animation. That's such a tiny part of its functionality that I can't imagine how 'drop-down' became a descriptor for a terminal instead of just a bullet point on a feature list somewhere, much less a whole-ass category of terminals, lol.

But, fair enough.

[-] [email protected] 1 points 2 hours ago

…weird. I don’t understand why drop-down terminals are a thing? I can bring up Konsole with a hotkey too, only it just opens a window instead fo doing a fancy animation. That’s such a tiny part of its functionality that I can’t imagine how ‘drop-down’ became a descriptor for a terminal instead of just a bullet point on a feature list somewhere, much less a whole-ass category of terminals, lol.

But, fair enough.

Totally agree that objectively it's a tiny part. However, for one, I'𝗆 simply used to it because that how terminals behave in games, and two, because terminals with drop-down as a feature were the only ones that introduced me to a one-button hotkey, just like in a game.

[-] [email protected] 1 points 2 hours ago

Sure, I get the appeal as a feature, just not as a descriptor/category.

[-] [email protected] 4 points 1 day ago* (last edited 1 day ago)

If you want features, I suggest you try Kitty. It is probably the terminal with the most features. I personally prefer Alacritty because it is quite bare and doesn't have all that fancy stuff that I don't need (and that takes up cpu cycles).

[-] [email protected] 10 points 1 day ago

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

[-] [email protected] 29 points 2 days ago* (last edited 2 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.

load more comments (2 replies)
[-] [email protected] 2 points 1 day ago

I used urxvt on my last install, but now I'm using Kitty because urxvt on Debian isn't compiled with true colour and I didn't want to install from source.

[-] [email protected] 2 points 1 day 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] 17 points 2 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] 2 points 1 day ago

Wezterm has been my daily for years. Has enough extras to let any crazy terminal app work as intended but doesn't try to do too much.

[-] [email protected] 3 points 1 day ago
[-] [email protected] 2 points 1 day ago

What's so great about Ghostty?

[-] [email protected] 2 points 1 day ago
[-] [email protected] 2 points 1 day ago

+1 for Tilix, iirc there is some back end adjustment you have to make for full use of its features, but its easy to apply and has a link to run you though it. Once that's done, it's really customizeable and can look great.

[-] [email protected] 2 points 1 day ago

I recently tried out some terminals but in the end it didn't really make all that big of a difference, maybe because I use tmux so I don't need split functionality. For a long time I used Gnome Console because it came with my distro but then I tried Ghostty because some people said it was the best and I also thought I was missing out. However for me it was mostly the same as before and it was cool in a way but for some reason it didn't really click. Now I am using Wezterm because other people said it's the best and what i like is that it comes as a flatpak and it is configured using Lua. But I could just go back to Gnome Console if I had to.

[-] [email protected] 1 points 1 day ago

Yeah I'm kinda getting that impression. Most of the responses to this post have generally been 'use what your DE ships with' or 'I use something obscure and tailored to this weird specific use case I have'. I've looked at a lot of the suggestions people have given and none of them seem like they would be a noticeable upgrade for me, so I'm content to continue using konsole until I come across a situation that requires me to do something fancy that it can't do.

[-] [email protected] 10 points 2 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.

[-] [email protected] 1 points 2 hours ago* (last edited 2 hours 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] 6 points 2 days ago

GPU acceleration, true-color, image display, etc.

[-] [email protected] 4 points 2 days ago

What do you want to accelerate? And for what you need more than 256 colors?

[-] [email protected] 4 points 1 day 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.

load more comments (4 replies)
load more comments (2 replies)
[-] [email protected] 12 points 2 days ago

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

load more comments (1 replies)
[-] [email protected] 6 points 1 day ago

You don't really need anything fancy, but... I use Kitty because why not make things pretty

[-] [email protected] 2 points 1 day ago

I love foot. The only caveat is that it's only for Wayland (no X support).

[-] [email protected] 7 points 2 days ago

Whatever comes with your distro or desktop environment ought to be enough for anybody.

Unless you have a minimal window manager that comes with only xterm. Then I'd install xfce4-terminal to get tabs and more reasonably sized text. If for some reason the distro or OS only has sh, I'll also go ahead and install bash, but nothing fancier than that.

[-] [email protected] 1 points 1 day ago

xfce4-terminal, in wayland+niri too. Because alternatives are always missing some features or are too bloated.

[-] [email protected] 1 points 20 hours ago

Do you use any of the other XFCE stuff with Niri? Or just the terminal?

[-] [email protected] 1 points 9 hours ago

Not yet. Panel autohide is bound to the WM (notebook display is small enough already), which doesn't work with niri. Currently fiddling with Waybar. I just need a task manager, tray and clock + battery.

[-] [email protected] 8 points 2 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] 1 points 1 day ago

And most importantly, you can play arround with pretty kittens 😁

[-] [email protected] 3 points 1 day ago* (last edited 1 day ago)

I'm using st with tmux. It's in written in c, simple configuration can be done by editing the header file(s). More complex customization (such as visual bell or transparency) can be done via patch files.

Not the most beginner friendly terminal but super light weight and fast.

I was tinkering with ollama+deepseek and trying to integrate it into my bash functions, but gave up, because i could not supress that stupid "thinking..." prompt. Found it easyer to just have a browser window open (switching windows can become muscle memory in tiling wms like i3/sway or dwm).

[-] [email protected] 8 points 2 days ago* (last edited 2 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.

[-] [email protected] 7 points 2 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.

load more comments (1 replies)
[-] [email protected] 3 points 1 day ago

Terminator is my weapon of choice. Supports tabs, multiple terminals per tab, multiple terminal input and a lot of other neat stuff.

[-] [email protected] 2 points 1 day ago

I concur it just works good choice

[-] [email protected] 5 points 2 days ago* (last edited 2 days ago)

I’m just using it for general terminal stuff, nothing terribly fancy.

OP, to be frank, descriptions like "general terminal stuff" and "nothing terribly fancy" are too generic to be useful here. Though, I suppose this is simply indicative that you're (probably) perfectly served (as is) by Konsole.

what do you folks use

Ptyxis

and more importantly, why do you use that over the (many) other options available?

Because it came with the distro and I had no need for something different.

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.

Unsure if I understood you correctly, but perhaps Warp and Wave are worth looking into for ya.

load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 17 Jun 2025
33 points (86.7% liked)

Linux

55410 readers
801 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS