Increase your development productivity with the Windows Terminal.
The Windows Terminal
Did you ever lost focus because you had multiple console applications around your desktop and you didn’t know which console is what?
Looks familiar? Then, Windows Terminal will save you and could boost your productivity.
The Windows Terminal is basically a tabbed console host for multiple (different) console applications:
Spawning a new tab is similar as you used to from modern browsers by hitting “CTRL+SHIFT+T” or a specifc console with “CTRL+SHIFT+4” (means use profile 4).
So, you never need to remember induvidual console apps - just start Windows Terminal with all of them ahead your fingertips.
Furthermore you can also group tabs by running multiple Windows Terminals side by side.
But the real killer feature is that you can extend your terminal real quickly with any console app you have installed and customize the appearance.
You need to edit your Windows Ternminal settings file (opens with your favorite editor for JSON):
Now the JSON structure consists out of three main properties globals, profiles and schemes.
To add a new console application, you need to define a new profile inside the profiles array.
For example, I added additionally to the defaults Powershell Core 6, Git Bash and the VS 2019 Dev Tools:
Beside that, you can define custom color schemes or customize the key bindings for commands like copy or duplicateTab.
Okay, just kidding. You will need at least Windows 10 version 18362.0 or higher and it’s available through the Microsoft Store.
Be aware that, Windows Terminal is still in preview (version 0.3.2171.0) as I post this.
Conclusion
I’m sold - Although it is only in preview it works for me and I think it would for you as well!
It really helps to reduce the flood of open console windows and it unfolds new possibility how you integrate your favorite console applications within your workflow.
Hopefully, I could give you a good tip and you didn’t knew already.
Let me know what you think.