https://mdgrs.hashnode.dev/
https://github.com/mdgrs-mei
github.com/mdgrs-mei/Wi...
I hope the code feels much easier than WPF in PowerShell🙏
github.com/mdgrs-mei/Wi...
I hope the code feels much easier than WPF in PowerShell🙏
github.com/mdgrs-mei/Wi...
Next, a bit of multi-threading support and full API implementation using source generator.
github.com/mdgrs-mei/Wi...
Next, a bit of multi-threading support and full API implementation using source generator.
Ctrl+Shift+Space: Focus on WindowsTerminal
Ctrl+Space: Open PowerShellRun
Type words and Enter: Navigate folders
How do you open a file on Windows?
Ctrl+Shift+Space: Focus on WindowsTerminal
Ctrl+Space: Open PowerShellRun
Type words and Enter: Navigate folders
How do you open a file on Windows?
Next up, self-contained release and XAML support.
github.com/mdgrs-mei/Wi...
Next up, self-contained release and XAML support.
github.com/mdgrs-mei/Wi...
Giraffes? maybe possible🦒.
github.com/mdgrs-mei/Dy...
Giraffes? maybe possible🦒.
github.com/mdgrs-mei/Dy...
github.com/mdgrs-mei/Wi...
I still need to add a lot to this module but it's amazing if you find this (or PowerShell) interesting.
Enjoy PowerShell😉
github.com/mdgrs-mei/Wi...
I still need to add a lot to this module but it's amazing if you find this (or PowerShell) interesting.
Enjoy PowerShell😉
github.com/mdgrs-mei/Wi...
Note that event handlers are single-threaded but non-blocking. You can just write:
$button.AddClick({
$ring.Value = 0
Do-Something
$ring.Value = 50
Do-Another
$ring.Value = 100
})
github.com/mdgrs-mei/Wi...
Note that event handlers are single-threaded but non-blocking. You can just write:
$button.AddClick({
$ring.Value = 0
Do-Something
$ring.Value = 50
Do-Another
$ring.Value = 100
})
WinUI 3 will be brought to the PowerShell community soon! hopefully..🙏
WinUI 3 will be brought to the PowerShell community soon! hopefully..🙏
The new PowerToys Run looks really cool though.
The new PowerToys Run looks really cool though.
github.com/jdhitsolutio...
The icon shows the number of unread notifications as a badge. If you click the icon the notifications page will be opened by your browser.
Please Like ♥️ this post to test if it really works😁!
github.com/jdhitsolutio...
The icon shows the number of unread notifications as a badge. If you click the icon the notifications page will be opened by your browser.
Please Like ♥️ this post to test if it really works😁!
github.com/mdgrs-mei/Po...
You can install, update and uninstall PowerShell modules using PSResourceGet through TUI. You'll notice that you have some stale modules that have multiple versions installed. Let's clean them up!
github.com/mdgrs-mei/Po...
You can install, update and uninstall PowerShell modules using PSResourceGet through TUI. You'll notice that you have some stale modules that have multiple versions installed. Let's clean them up!