this post was submitted on 09 Mar 2024
172 points (96.7% liked)

Linux

58816 readers
156 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
 

I'm looking for a new terminal. What's your favorite one and why? Which one is popular?

(page 3) 50 comments
sorted by: hot top controversial new old
[–] WalnutLum@lemmy.ml 2 points 2 years ago

I'm in the Alacrity+Zellij cargo cult

[–] ardi60@reddthat.com 2 points 2 years ago

guake and conemu

[–] super_mario_69@hexbear.net 2 points 2 years ago

Alacritty because I like how it handles bitmap fonts and I need bitmap fonts in my life.

[–] astraeus@programming.dev 2 points 2 years ago* (last edited 2 years ago)

I use Hyper because it’s pretty simple to setup the way you want it and carry the config across OSs.

[–] mac@infosec.pub 2 points 2 years ago

iterm2 is near perfect on macOS, for Linux I usually use Alacritty or Foot

[–] thingsiplay@beehaw.org 2 points 2 years ago

I don't have one specific as my favorite anymore and currently use Konsole from KDE. If you like tinkering with files and want it highly customizable through configuration files instead a gui, then probably Kitty is the best (and the closest to being my favorite). Alacritty is also a good one, but its quite simple and lacks some features in my opinion. I didn't try too many, but these 3 are the top three I would consider using in the ~~feature~~ future.

[–] powermaker450@discuss.tchncs.de 2 points 2 years ago

kitty terminal + zsh shell, two fast and customizable tools

[–] alekwithak@lemmy.world 2 points 2 years ago

Bengaluru's Kempegowda International Airport's Terminal 2.

[–] TronNerd82@lemmy.ml 1 points 2 years ago

QTerminal, xterm, and of course, the good ol' Linux console when I don't wanna do anything graphical.

[–] Hiro8811@lemmy.world 1 points 2 years ago

Kitty, cute name and logo

i quite like kitty, it's got great text rendering support

[–] wanghis_khan@lemmy.ml 1 points 2 years ago

terminator was my go to for the longest time. Nowadays, I just use default GNOME Terminal. I just need things to work and not waste time tinkering.

[–] iiGxC@slrpnk.net 1 points 2 years ago

Would be foot, but I'm using a font with ligatures so it's kitty

[–] Pantherina@feddit.de 1 points 2 years ago* (last edited 2 years ago)

I want to say Alacritty+zellij but have not even tried that lol.

Konsole. It just works, has profiles etc. I highly recommend to change it to "launch every window in same process" to avoid multiple windows, create a new desktop entry replacing "konsole" with "konsole --new-tab".

And also learn Desktop actions, its very cool!

I have a profile with different colors that starts in my Distrobox.

my example desktop entry

[Desktop Entry]
Type=Application
TryExec=konsole
Exec=konsole --new-tab
Icon=utilities-terminal
Categories=System;TerminalEmulator;
Actions=FedoraBox;root;ssh;
X-DocPath=konsole/index.html
X-DBUS-StartupType=Unique
X-KDE-AuthorizeAction=shell_access
X-KDE-Shortcuts=Ctrl+Alt+T
StartupWMClass=konsole
Keywords=terminal;console;script;run;execute;command;command-line;commandline;cli;bash;sh;shell;zsh;cmd;command prompt
Name=Konsole
GenericName=Terminal
Comment=Command line access

[Desktop Action FedoraBox]
Name=Distrobox
Icon=fedora-logo-icon
Exec=konsole --profile Fedora-Box

[Desktop Action root]
Name=root Terminal
Icon=folder-root-symbolic
Exec=konsole -e pkexec $SHELL #or define a shell

[Desktop Action ssh]
Name=ssh to X
Icon=folder-remote-symbolic
Exec=konsole -e ssh user@IP:PORT -i /path/to/key

Plasma will still display "open new window" which will instead open a new tab. Pressing Ctrl+Alt+t will also open a new tab, just as opening from Dolphin etc. Perfection!

Note that Konsole will pull in tons of dependencies, you may want to use XFCEs Terminal if you dont want that. Alacritty has no tabs which I find annoying (I hate windows).

load more comments
view more: ‹ prev next ›