Live data from Hacker News

What's the best modern terminal emulator for Windows?

news.ycombinator.com

11–14 of 14 posts

Re: What's the best modern terminal emulator for Windows?

#11
You can take a look at https://www.puttygen.com/windows-terminal-emulators, which is a good assessment on most popular terminal emulators for Windows.

Personally I am using console2, which is quite good and fits my needs (support multiple tabbed consoles, named title etc). You also can try Cygwin's terminal, and run it inside console2.

Re: What's the best modern terminal emulator for Windows?

#13
post #7

mintty, by far. I'm surprised no one has recommended it yet. The new Windows Terminal is just not ready. It's death by a thousand paper cuts. I keep an eye on it, but here's an example from right now when I start it with msys bash which otherwise works just fine: bash: cut: command not found dircolors: no SHELL environment variable, and no shell type option given # echo $SHELL /usr/bin/bash # which cut /usr/bin/cut

I'm confused. 'cut' works just fine for me in the Windows Terminal: ------- > echo $SHELL /bin/bash > echo "foo bar" | cut -f 1 -d ' ' foo ------ I'm using the WSL Ubuntu bash. Could your problem be with this 'msys' you're using?

(I'm not sure what the 'dircolors' SHELL env var is--I haven't used 'dircolors', but 'man' tells me it's a program that sets the LS_COLORS env var, not an env var itself. And it says it has a shell type option, although that seems to be limited to C-shell and Bourne shell. Or maybe you mean dircolors doesn't pay attention to the SHELL env var? Again, that sounds more like a problem with the msys bash implementation, rather than the Windows Terminal.)

Re: What's the best modern terminal emulator for Windows?

#14

You could try out DomTerm ( https://domterm.org ). It has many unique features ( http://domterm.org/Features.html ), and it runs fine on WSL. DomTerm doesn't have Quake-like drop-down, but I'm open to adding it. If someone can tell me how to bind a key (at the global/system level) to a command like 'domterm --toggle-hide', it should be easy to have that command call the Electron show/hide methods of a BrowserWindow,…

I added Quake-like drop-down functionality for DomTerm, tested on Fedora/Gnome and Windows/WSL/Ubuntu: http://domterm.org/drop-down.html
Post reply on HN