mdgrs
Blogs, Articles, and Posts
Building your own Terminal Status Bar in PowerShell
(mdgrs.hashnode.dev)
This is what we are going to make in this post. It's running on the Windows Terminal and PowerShell.
By: mdgrs submitted:Apr 28 2023
This is what we are going to make in this post. It's running on the Windows Terminal and PowerShell.
By: mdgrs submitted:Apr 28 2023
PowerShell Classes and SessionState
(mdgrs.hashnode.dev)
Since PowerShell class methods are implemented as ScriptBlocks internally, the concept of the Bound
By: mdgrs submitted:Aug 25 2023
Since PowerShell class methods are implemented as ScriptBlocks internally, the concept of the Bound
and Unbound ScriptBlocks that I talked about in my previous article also applies to them.
By: mdgrs submitted:Aug 25 2023
ScriptBlock and SessionState in PowerShell
(mdgrs.hashnode.dev)
Do you know the difference between these two ScriptBlocks? One is directly defined in a script, and
By: mdgrs submitted:May 19 2023
Do you know the difference between these two ScriptBlocks? One is directly defined in a script, and
the other is created from a string.
By: mdgrs submitted:May 19 2023
Speeding up PowerShell module development with RestartableSession
(mdgrs.hashnode.dev)
Let's assume you are developing a PowerShell module. You would add small modifications to the module
By: mdgrs submitted:Nov 17 2023
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?
By: mdgrs submitted:Nov 17 2023
Projects, Scripts, and Modules
DynamicTitle
(github.com)
DynamicTitle is a PowerShell module for advanced console title customizations.
By: mdgrs submitted:Sep 15 2023
DynamicTitle is a PowerShell module for advanced console title customizations.
By: mdgrs submitted:Sep 15 2023
Fuzzy history search with PowerShellRun
(github.com)
An example that replaces the Ctrl+r history search with fuzzy search. Multi-line commands are
By: mdgrs submitted:Mar 22 2024
An example that replaces the Ctrl+r history search with fuzzy search. Multi-line commands are
supported Duplicates are removed Enter to run the command and Shift+Enter to insert the command The cha...
By: mdgrs submitted:Mar 22 2024
PowerShellRun
(github.com)
App, Utility and Function Launcher for PowerShell. PowerShellRun is a PowerShell module that lets
By: mdgrs submitted:Mar 1 2024
App, Utility and Function Launcher for PowerShell. PowerShellRun is a PowerShell module that lets
you fuzzy search applications, utilities and functions you define and launch them with ease. It is a customizable launcher app on the PowerShell terminal.
By: mdgrs submitted:Mar 1 2024
PowerShellRun
(github.com)
Terminal Based Launcher and Fuzzy Finder for PowerShell.
By: mdgrs submitted:Sep 27 2024
Terminal Based Launcher and Fuzzy Finder for PowerShell.
By: mdgrs submitted:Sep 27 2024
PowerShellRun
(github.com)
PowerShellRun is a PowerShell module that lets you fuzzy search applications, utilities and
By: mdgrs submitted:Apr 12 2024
PowerShellRun is a PowerShell module that lets you fuzzy search applications, utilities and
functions you define and launch them with ease. It is a customizable launcher app on the PowerShell terminal.
By: mdgrs submitted:Apr 12 2024
PowerShellRun v0.7.0
(github.com)
In PowerShellRun v0.7.0, you can now add script blocks and script files as entries. If you are
By: mdgrs submitted:Jun 21 2024
In PowerShellRun v0.7.0, you can now add script blocks and script files as entries. If you are
managing many PowerShell scripts, PowerShellRun will help you create a TUI script launcher.
By: mdgrs submitted:Jun 21 2024
Show-PSRunObject: function to inspect objects
(github.com)
Example function to inspect objects interactively. It shows what methods and properties the passed
By: mdgrs submitted:Nov 1 2024
Example function to inspect objects interactively. It shows what methods and properties the passed
object has. You can go down/up the object hierarchy with key presses.
By: mdgrs submitted:Nov 1 2024
Fun
Building your own Terminal Status Bar in PowerShell
(dev.to)
This is what we are going to make in this post. It's running on the Windows Terminal and PowerShell.
By: mdgrs submitted:Apr 7 2023
This is what we are going to make in this post. It's running on the Windows Terminal and PowerShell.
By: mdgrs submitted:Apr 7 2023
Cats on the terminal titles
(gist.github.com)
Cats on the terminal titles. GitHub Gist: instantly share code, notes, and snippets.
By: mdgrs submitted:Jul 7 2023
Cats on the terminal titles. GitHub Gist: instantly share code, notes, and snippets.
By: mdgrs submitted:Jul 7 2023
Show spinner on the Windows Terminal tabs for every command.
(gist.github.com)
Show spinner on the Windows Terminal tabs for every command. - TerminalSpinner.ps1
By: mdgrs submitted:Jun 16 2023
Show spinner on the Windows Terminal tabs for every command. - TerminalSpinner.ps1
By: mdgrs submitted:Jun 16 2023