Language: EN

windows-terminal

How to install the new Windows Terminal

Today we are going to see how to install the Windows Terminal, Microsoft’s new command console that provides important functional and aesthetic improvements.

Since its inception, Windows has had the Command Prompt (CMD) as its command console. However, for one reason or another, the use of the command console has never been as frequent in Windows as in other systems like Linux.

In an attempt to improve its terminal, Microsoft launched PowerShell (PS) in 2006. This incorporated numerous improvements, being a more modern and powerful CLI, with a scripting language with important automation capabilities. However, PS did not replace CMD as the default terminal in Windows 7 and 10.

Subsequently, Microsoft incorporated its Windows Subsystem for Linux (WSL) technology, which allows us to run Linux distributions natively on Windows. In this way, we can have a Bash terminal running natively on Windows.

At this point, with so many different terminals that could be run on Windows, it was becoming clear that Microsoft needed a better solution to integrate its command console applications.

Thus, in 2019 Microsoft began working on the new ‘Windows Terminal’, a new and improved command interpreter for Windows, which aims to improve the experience and adoption of command consoles under Windows.

windows-terminal-powershell

One of the strong points of Windows Terminal is that we can run different command interpreters within the same program. It is compatible with Command Prompt, Powershell 5/7, WSL (Ubuntu or Debian), Azure Cloud Shell, among others.

With Windows Terminal, we can open different sessions, either of the same interpreter or different ones. Each session is displayed in a new tab on the top bar. It is also possible to split the screen into panels, so that they coexist on a single screen.

It is also possible to create a remote connection session through an SSH session. With this, we can have our remote accesses in the same program, without the need for other programs.

We will see how to configure an SSH session in Windows Terminal in an upcoming post

Other interesting features are the command palette (accessible by pressing Control + Shift + P), keyboard shortcut configuration, and new tools for searching and exporting session content to a text file.

windows-terminal-split-panes

In addition to these functional improvements, the new Windows Terminal adds important improvements in terms of aesthetics. Thus, it is possible to modify color schemes, or apply transparency or an image to the background of the terminal.

On the other hand, it is compatible with special fonts for development and ligatures. By default, it comes configured with the new Cascadia Code font, especially designed to work with code snippets. But we can easily change it to our favorite typography.

Finally, Windows Terminal is extensible with modules and plugins to further extend its capabilities and customization. We will see how to use this to customize the console in an upcoming post.

The new Windows Terminal is the new default command console in Windows 11, replacing Command Prompt. In the case of Windows 10, it is available in the Microsoft Store for free.

Finally, note that Windows Terminal is an Open Source project, and all the code is available at https://github.com/microsoft/terminal. You can drop by if you want to take a look, or contribute to the project’s development.

References:

https://learn.microsoft.com/en-us/windows/terminal/