Streamlining your workflow around the PowerShell terminal
A Guide to PowerShellRun

Search for a command to run...
A Guide to PowerShellRun

In my previous blog post, I introduced PowerShellRun module as a terminal based launcher application. That is the main purpose of the module but the underlying fuzzy selector can also be used as a generic selector. In this post, we’ll see some use ca...

Let's assume you are developing a PowerShell module. You would add small modifications to the module and test if they work as expected iteratively. In each iteration, after you edit the module code, how do you test the modification? I like testing th...

Multithreading caveats

Application icons on the Windows Taskbar have some useful features such as an overlay badge, thumb buttons and a progress indicator. Since they are easy to access as a UI and they can also notify the users of some information, I thought it would be f...

How they work together

Motivation I suppose most of the people who use the Outlook desktop app turn on desktop banner notifications that pop up in the bottom right corner. They are helpful but I feel a bit distracted. I don't want to read even the summary of emails at rand...

This is what we are going to make in this post. It's running on the Windows Terminal and PowerShell. Motivation When I saw some prompt customizations for PowerShell that were showing time and CPU usage, I thought it would be cool if we could live-u...
