Whats your guys' favourite terminal emulator?

Whats your guys' favourite terminal emulator?

Im running Gentoo and i'd like to switch.

Other urls found in this thread:

youtube.com/watch?v=qU9sQBJppks
twitter.com/NSFWRedditImage

What guys?

iTerm2

xterm since it's easy to use.

urxvt

I have been using terminator for years. But honestly I only use it because I don't know much about other emulators. I use it because it has the ability to open multiple windows on 1 tab. I have tried guake but I wasn't a big fan of it.

There really is no viable alternative

terminator I like the edgy red color

does it make any difference though?

You can set red color in any terminal in .xresources file

guake

Terminal, urxvt on non-OS X systems

gnome-terminal

Install gentoo

xfce4-terminal

terminology if you like a terminal that does a lot of fancy shit. just to get shit done: guake

konsole

second xfce4-terminal

I also use konsole
as for urxvt users w/o a DE don't lie and say you've never been pissed off by copy-paste support between the terminal and another xwindows application like your browser

or that you've never done echo "foo" | xclip

/thread

I recently switched to terminix from terminator. I like it so far.

I use urxvt but they're all the same shit with only minor differences.

Powershell

what terminal is that? doesn't look like it's using a monospace font, which is interesting

Lilyterm is pretty good.

xfce4terminal
urxvt

Honestly Konsole is really good but depends on the whole of KDE. Without kde, its urxvt. Plus writing little perl extensions for it is stupid easy.

st

What's even the big difference between terminal emulators?

A lot of little differences. Heavily among those differences is dependencies? GTK and KDE are fucking heavy, xterm and urxvt are written with like none dependencies. Most of them get better with longer-term config tweaks just making them ever-so-slightly more autistic. Some have fewer config options, but much nicer interfaces to configure with.

Urxvt on debian, patched version on arch. Yes I'm that lazy that I wouldn't just patch it myself on debian.

Guake & gnome-terminal

I don't have any problems
>highlight text in terminal
>middle click in browser and it pastes the text

>highlight text in browser
>middle click in terminal and it pastes it

>vim is happy to grab text from the * register whether vim is run in terminal or in gtk client

#!/bin/bash
while true
do
xclip -selection "clipboard" -o | xclip -selection "primary" -i
sleep 0.2
done


rip, at least in vim I'm able to store/copy from any register i fuckin want, X11 not so much.

urxvt
Its the only light weight feature complete terminal emulator.

URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste

it does everything konsole does +1000 konsole cant

>emulator

why not straight serial terminal?

>clipboard
not needed
C-M-c and C-M-v works

youtube.com/watch?v=qU9sQBJppks