TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's the best modern terminal emulator for Windows?

22 pointsby pkalinowskiover 5 years ago
I&#x27;m slowly moving to Windows + WSL as my main development configuration.<p>I couldn&#x27;t find satisfying iTerm 2 replacement. Currently using Fluent Terminal (https:&#x2F;&#x2F;github.com&#x2F;felixse&#x2F;FluentTerminal), but it it definitely lacks configuration options.<p>Can you recommend anything?<p>EDIT: forgot to mention, Quake-like top-down style is something I&#x27;ll never resign from :)

10 comments

m3hover 5 years ago
Try the new Windows Terminal. Typing in the UI feels pretty responsive. The UI is minimal; tabs, menu and the rest is the terminal screen. Configuration can be done using a JSON based config file. You can set it up to use Powerscript, bash, etc. It doesn&#x27;t do the Quake style drop yet but we can always hope for more since it&#x27;s still in pre-release. :)<p>It can be installed through the Microsoft Store.
评论 #22057789 未加载
rococodeover 5 years ago
I enjoy using Cmder [1]. You can customize the colors and fonts, it has tabs, split panes, keyboard and mouse stuff, customizable tab names, global hotkeys, etc. I confess I&#x27;m not 100% what the Quake thing is but I&#x27;m pretty sure Cmder has that feature (it just means you get the terminal to slide down from the top of your screen with a hotkey right?) [2].<p>I used to be big on Linux custom stuff with i3 + termite + rofi as my main workflow but life has been much easier with Windows + WSL + Cmder haha. It also lets you run command prompt in the same UI as a new tab, which is nice in those rare cases when you need to use command prompt instead of WSL. I believe it&#x27;s built on top of ConEmu [3].<p>[1] <a href="https:&#x2F;&#x2F;cmder.net&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cmder.net&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;medium.com&#x2F;@nuno.caneco&#x2F;cmder-quake-style-e57601d1c07b" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;@nuno.caneco&#x2F;cmder-quake-style-e57601d1c0...</a><p>[3] <a href="https:&#x2F;&#x2F;conemu.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;conemu.github.io&#x2F;</a>
1996over 5 years ago
mintty, by far. I&#x27;m surprised no one has recommended it yet.<p>The new Windows Terminal is just not ready. It&#x27;s death by a thousand paper cuts.<p>I keep an eye on it, but here&#x27;s an example from right now when I start it with msys bash which otherwise works just fine:<p>bash: cut: command not found<p>dircolors: no SHELL environment variable, and no shell type option given<p># echo $SHELL<p>&#x2F;usr&#x2F;bin&#x2F;bash<p># which cut<p>&#x2F;usr&#x2F;bin&#x2F;cut
评论 #22092503 未加载
Per_Bothnerover 5 years ago
You could try out DomTerm (<a href="https:&#x2F;&#x2F;domterm.org" rel="nofollow">https:&#x2F;&#x2F;domterm.org</a>). It has many unique features (<a href="http:&#x2F;&#x2F;domterm.org&#x2F;Features.html" rel="nofollow">http:&#x2F;&#x2F;domterm.org&#x2F;Features.html</a>), and it runs fine on WSL.<p>DomTerm doesn&#x27;t have Quake-like drop-down, but I&#x27;m open to adding it. If someone can tell me how to bind a key (at the global&#x2F;system level) to a command like &#x27;domterm --toggle-hide&#x27;, it should be easy to have that command call the Electron show&#x2F;hide methods of a BrowserWindow, which I&#x27;m hoping would do the job.
评论 #22166925 未加载
kytingover 5 years ago
You can take a look at <a href="https:&#x2F;&#x2F;www.puttygen.com&#x2F;windows-terminal-emulators" rel="nofollow">https:&#x2F;&#x2F;www.puttygen.com&#x2F;windows-terminal-emulators</a>, which is a good assessment on most popular terminal emulators for Windows.<p>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&#x27;s terminal, and run it inside console2.
rhinoceraptorover 5 years ago
One option is to just use the Linux ecosystems&#x27; terminal emulators. To do this, you&#x27;ll need a windows X11 server, I use VcXrv (choco install vcxrv).<p>Then, export DISPLAY=:0.0 in your .bashrc, and then you should be able to launch WSL GUI apps. You can then create a windows shortcut to call bash.exe with arguments to open whichever terminal you use.<p>Alternatively, Alacritty is a super minimal, GPU accelerated terminal emulator. Plus, it&#x27;s written in Rust.
yumcimilover 5 years ago
I&#x27;ve been running RoyalTS as of late - integrated Keepass into itself pretty nicely. I&#x27;m a bit sceptical of their credential handling internally, but it lets you use a keepass file.<p>I&#x27;ve used Mobaxterm in the past, and it was decent. Royal TS is just a little nicer. Windows Terminal is coming along quite nicely too.
bssameerover 5 years ago
My picks would be either the new windows terminal or Fluent Terminal. Both are pretty good.
rayhendricksover 5 years ago
Windows terminal or hyper.
cjbprimeover 5 years ago
the new Windows Terminal?