I don't believe it's had a 1.0 release yet, but it's been stable in my use cases, and (perceptively) performant.
Ask HN: Which Linux terminal emulator do you prefer and why?
11–20 of 149 posts
I was a happy urxvt user for years, but switched to Alacritty[1] about a year or so ago. My main reasons for switching were wanting better emoji support (urxvt handles Unicode admirably, but not emoji) and wanting a better configuration language (I hate writing Xresource rules).
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#12I use tmux for all 'advanced' functionality, like scrollback and copy/paste, so I'm not picky as long as performance is good and basic features are present. The one thing is that I like to use a fullscreen dropdown terminal, so I do use Yakuake on KDE-based environments and Guake on GNOME-based ones.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#13Emacs with eshell for the most part.
If I need something else, I'll use whatever comes with the DE, typically gnome term. It's alright. I don't mind it. It doesn't excite me.
I used cool retro term for a week or two there for the nostalgia and it was nice but a bit much for daily work.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#14Guake, for no reason. I tried it and fulfilled my needs.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#15urxvt because of how light it is and because of its extensions, particularly the one for controlling the cursor with the keyboard. I often use it to do quick impromptu searches of the output of previous commands or to copy something. I also like the pseudo-transparency extension.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#16Follow up, what's the Linux terminal with the lowest latency? What about the one with the highest thru put?
Debian if that matters
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#17I use Kitty!
Mainly because I wanted something a bit snappier than Tilix but configurable to basically behave the same way -- built in panes, same shortcuts, and input broadcasting. The last one took a script, but I've been happy with it.
An accelerated terminal is very helpful for watching tons of logs scroll by
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#18Kitty is an amazing terminal if you are willing to spend some time to learn and customize it. Take a look at the screencast on its website, it is super powerful and will make your coworkers and friends jealous.
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#19Guake, for no reason. I tried it and fulfilled my needs.
Same here with Yakuake. It's always there
Re: Ask HN: Which Linux terminal emulator do you prefer and why?
#20I use Konsole when I use Plasma and urxvt when I use Xmonad. Konsole is a no-brainer, it comes with the desktop environment and I like the ctrl+/ctrl- shortcuts to change the font size.
urxvt is more customizable, when I feel like it (that's also the case for Xmonad, now that I think about it).