Live data from Hacker News

Ask HN: What terminal emulator do you use ?

news.ycombinator.com

1–10 of 86 posts

Re: Ask HN: What terminal emulator do you use ?

#4
Putty, with a cygwin patch. Works fine, only gripe with it is I can't press Windows+Left and have it take up the left half of the screen. It just refuses to resize.

The windows terminal is just horrible.

I tried Console2 but it was buggy as hell, froze all the time, and the transparency made it lag.

Re: Ask HN: What terminal emulator do you use ?

#5
On the Mac, I use MacTelnet, even as a local terminal. It has an almost ridiculous number of features (compared to Terminal.app or iTerm, anyway), and is very configurable. The main problems are that it is mainly vt100/partial-xterm, and is a beta.

On Linux or Solaris, I use "aterm". It works as well as xterm or rxvt. But it has a lot of nice interface tweaks, such as NeXT-style scrollbars, pseudo-transparency, more intelligent text selection (IMHO), and a way to change colors when inactive.

On Windows, I don't run much locally (since not a lot of useful command-line tools come with Windows). So my terminal work tends to be over SSH to a machine that has real tools. :) I use PuTTY for SSH, and it works very well. My main issue is that it seems unnecessarily hard to do certain things, e.g. copy/paste.

Re: Ask HN: What terminal emulator do you use ?

#9
rxvt-unicode with its Perl API [1] and rather amazing list of Perl extensions [2] on Linux OSes, puttycyg on Cygwin. (I recommend puttycyg if you've been using rxvt on Cygwin. Being able to type Unicode characters is an amazingly exhilarating experience, especially if you're lonely.)

[1]: http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/src/urx...

[2]: http://software.schmorp.de/pkg/rxvt-unicode.html

Post reply on HN