I have to hand it to Microsoft. WSL 2, Windows Terminal, and Edge based on Chromium. Microsoft really is doing some fantastic work for their users.<p>Meanwhile, macOS will get new emojis in 10.15.
If someone wants an app idea (which might now be possible since Windows Terminal is open source & DirectX based)...<p>I've been looking for a Windows replacement to Cathode [1], a macOS app that makes the terminal look like a CRT monitor. Not just the colour scheme & font, but with screen jitter, image persistence & glow, static, scanlines and even sound effects sampled from old computers. For the times I have to use a terminal, it really makes me smile & enjoy the work.<p>Linux has Cool Retro Term which is similar, and there have been efforts to port that to Windows that have failed. I could probably run Cool Retro Term under WSL2, but Windows deserves something native.<p>It seems more likely that an indie developer might be able to fork Terminal & create their own than Microsoft building this in. (As much as I like the idea of Windows having a Fruity IIe terminal theme built-in.)<p>Cathode charges $5 which is much too cheap - I'd pay $20 easily (maybe more) for something that brightens up my work day the way Cathode does.<p>[1] <a href="http://www.secretgeometry.com/apps/cathode/" rel="nofollow">http://www.secretgeometry.com/apps/cathode/</a>
Good on them for making CMD more modern.<p>But I'm not a fan of the ligatures they've shown in the
video / screenshots. This was discussed on HN recently after this article got posted: <a href="https://practicaltypography.com/ligatures-in-programming-fonts-hell-no.html" rel="nofollow">https://practicaltypography.com/ligatures-in-programming-fon...</a><p>Luckily, the font seems to just be an option and not something forced on you.
And here is MIT-licensed source code for it
<a href="https://github.com/microsoft/terminal" rel="nofollow">https://github.com/microsoft/terminal</a>
Given that the existing terminals for Windows range from archaic (Console, PowerShell) to mediocre (ConEmu, Cmder), this move makes total sense.<p>I’m excited to use the new terminal with WSL2 - maybe it will come close to iTerm2 with Docker.
I haven't seen Alacritty mentioned yet as an existing alternative for built-in terminals. It's modern, configurable and really fast (thanks to GPU acceleration and possibly Rust). I've enjoyed using it with W10 native OpenSSH.<p><a href="https://github.com/jwilm/alacritty" rel="nofollow">https://github.com/jwilm/alacritty</a>
its interesting how long its taking for MS to do command-line well and linux to do the gui well. after decades you would think each could be considered a solved problem, at least given that they are solved by their respective OSes, yet there has not been the convergence you might expect
This looks great. I've tried many of the other terminal options on Windows (ConEmu, Cmdr, Hyper, etc) and none have been great and always found myself resorting back to the plain old command prompt.
Everyone who wants this but prefers not downloading 16 Gigabytes of Visual Studio to build this should have a look at Fluent Terminal [1], which can be installed through chocolatey and in my opinion even looks a little better (might not have all of the features, though).<p>I've been using it for a while and have been very happy with it and have for all that time wished that they would just adopt it as a default app. Oh look :-)<p>[1]: <a href="https://github.com/felixse/FluentTerminal" rel="nofollow">https://github.com/felixse/FluentTerminal</a>
Is this different to the thread earlier today?<p><a href="https://news.ycombinator.com/item?id=19840447" rel="nofollow">https://news.ycombinator.com/item?id=19840447</a>
Does anyone know if the default cut/copy/paste key equivalents in Windows Terminal are ctrl-x/ctrl-c/ctrl-v like everything else in Windows, or is it still that weird system from CMD.EXE which is an abomination unto Nuggan?<p>I haven't been able to find this out. I even tweeted at someone on the Windows Terminal team and didn't get a response.<p>EDIT: I looked through the github repo and it <i>does</i> appear to support sane key equivalents. Nuggan be praised!
This is great. I recently shifted to woking more with windows/WSL after much frustration with mac. However the terminal experience was not great. The electron based options where not fast enough, default WSL shell was comparably fast to iTerm but did not even have basic tabs. Microsoft is really doing a lot of good and exciting stuff nowadays.
How long till somebody goes through and ports it to Linux I wonder. Then Microsoft maintains the port turning it into the most powerful cross platform terminal emulator somehow. Also Mac please. But I am likely getting ahead of myself.