I was using alacritty for a long time, but I swapped to kitty recently when I started using Wayland
Linux
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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Same here whatever the DE has I would use.
Though most common answers from others would be alacritty or kitty which I see the use but feels advanced in configuration.
I use alacritty and I’m very very new to Linux. I actually found that working on the config files for alacritty helped me a ton with learning how to approach config files in general. So advanced maybe but simple enough to teach new users a ton of useful things.
Gnome terminal, although I am on xfce. Easy to configure, has tabs and shortcuts. I am using terminal for 90 % of my work.
Kitty, although I was using Alacritty until last week. I got an update that had a bug related to launching Alacritty full screen. I’m in a terminal all day so I couldn’t be bothered with it. I installed kitty and adapted my configuration pretty easily. I can’t tell the difference between them except for the icon.
Sakura. I recently did a little survey of what was on hand for Debian Stable, and that's the one I liked best. The most important thing to me is right-click paste, because I do that incessantly.
Konsole and xterm, although I haven't had to use xterm in a while. Actually, circa 1997 I used kterm, the predecessor to konsole. ;)
Straight up Linux ttys are also quite common for me. Most old school distros still let you escape to the terminal, with CTRL-ALT-F1 or similar. I haven't distro hopped in a long time, so I don't know if other distros still do this.
I use Yakuake most of the time. It's a Quake-style drop down terminal thats always available. I find it to be convenient for the vast majority of the terminal stuff I do.
When I need to edit long files or something, tho, I usually use Kitty, since the quake-style terminals tend to get in the way sometimes lol. It's not really a unique thing to Kitty or anything, but I like how you can split one window into multiple terminals.
rxvt-unicode - lightweight and nearly perfect, and one of the few that handles fonts well.
MinTTY in Windows (for git bash) and whatever the default is in Debian
eterm because I'm old skool. now get off my lawn.
I've used alacritty for ages, its lack of ui is appealing on a tiling wm and it is as performant as i need it to be
Konsole, because I can use it in editor(Kate), file manager(Dolphin), IDE(KDevelop), standalone window and Quake style window.
I'm using the ddterm gnome extension, and it's been the best I've tried so far. Lots of customization, very few bugs, and does exactly what you need it to with no bells or whistles to distract you.
I keep a Gnome Shell instance always running with a Screen session. However, what I actually use to run CLI commands is Emacs Shell, built-in to Emacs.
Emacs Shell has most of the bells and whistles you get from things like Fish shell. So I like to use Dash, a minimal POSIX shell that is much lighter weight than Bash, Zsh, or Fish. Dash provides no features -- no tab completion, no history, no line editing -- and I have Emacs add all of those features on top of Dash for me. It is amazing what a good, scriptable terminal emulator can accomplish.
Emacs Shell can be scripted using the same scripting language it uses to script the editor, file browser, window manager, and everything else. So you can script the shell to search for regular expressions and make things clickable with the mouse, or only display portions of output, creating simple interactive views around shell commands. You can bind certain click buttons or keystrokes in the editor or file manager to run shell commands in new windows. You can script the shell with "expect"-like behavior (automatically input responses to certain prompts). You can capture and collate the output of multiple commands running in parallel.
Dash for the win 🔥
For those kitty users, have anyone been able to use fonts not in the list kitty support? I only use Terminus (OTB) fonts on terminal, and when trying kitty out, I found no way to get it to use Terminus (I could only select between those supported by kitty).
Tilda, because I like how you can bring it down the screen anytime with one button.
Konsole and Alacritty when in Hyprland
I use 3. I never use anything integrated into an IDE for some reason, never started and probably never will.
- Yakuake as drop down terminal 90%
- Black box for nice looking full screen terminal for full screen.
- Dolphin with emulator on bottom for niche things
If I could only have one for the rest of my life I'd be torn between Yakuake and Konsole. I love Konsole though, used it for years and is all round great for sticking with the DE aesthetics and integrating with themes.
There are a small number of terminal emulators I would be happy to use as daily drivers and most of them have been named here but my default is kitty. It supports everything I need and a lot I don't and doesn't have any showstoppers. All the modern terminal implementations are performant enough. I used real terminals like vt-100s and vt-220s. Everything we have today is awesome by comparison. We fetishize performance and features too much. Once you have something that works there isn't much reason to change IMO.
st. Fonts look great and I've even been able to add a vim mode for scrollback including selecting and copying text.
If I need something fast( usually on a new system) that's in most distros repos and automatically installs all it's dependencies( and doesn't have to many like gnome terminal and konsole) I tend to use sakura, though xfce terminal is also pretty good.
I just use GNOME console. Looks good and I'm not missing anything.
xfce4-terminal has always been my go-to terminal. It may not be the lightest or the best, but it does have some neat built-in features like opening a drop-down window....
I like Guake for drop down, WezTerm for everything else. I do miss iTerm2 on Linux tho, but it's close enough.
i used to love konsole because of the blur and the tabs but now i use alacritty
uxterm because fast.
Termux 😅 (Android is also linux,embedded one)