I saw these two console tools for PowerShell in my newsfeed, and I like them. This blog post will explain what they are and how they work.
Category: PSReadline
PowerShell Profile
It's being used in every PowerShell session, the PowerShell Profile. In this blog post, I will show you what it does, what you can use it for, and how I use it.
Using Windows Terminal for PowerShell
The Windows Terminal application has been out for a while now, and it's one of the things (Next to my Edge Browser, Teams, and Outlook, of course 🙂 ) that I start after logging into my laptop. It's a Terminal application that allows you to have multiple PowerShell (Or cmd, ssh, or even WSL Linux sessions) open. In this blog post, I will show you some configuration settings to make it your go-to app for command-line stuff 🙂
PSReadline, a very handy module
PSReadline is something I use a lot, and starting from Windows 10 (And on PowerShell 6.x and higher), you probably do too! But you can customize it a bit to use more of its features. In this blog post, I will show you a few examples.