Spoke w/ Andrew at Summit talking about something I care about: how core modules survive. GitHub orgs, shared permissions, etc. Projects outliving people is the whole point.
Also got to share my hot take: PowerShell will become the LLM preferred shell. See the late psake.dev for how we get there!
Posts by mdgrs
Great summary of the history. Thank you🙏
Yeah, ShowUI was the first thing that came to mind.
After reading this post I really understood how hard it is to share what we create and to know what other people do.
The fake repo has been removed. Thank you GitHub!
GliderUI v0.2.0 now uses Avalonia 12.0.1🎉
I've added DrawerPage navigation and WebView examples. Check out Examples page to see what's possible.
github.com/mdgrs-mei/Gl...
#PowerShell
My #PowerShell #PSHSummit 2026 slides and references (as well as many others!) are available on the official Repo. Thanks to everyone who came! I hope these are useful.
For WPF and DSL, there is already ShowUI. For the threading part I also created WinUIShell/GliderUI pretty recently.
I'm just feeling how hard it is to get them widely known😅
github.com/ShowUI/ShowUI
I have slightly mixed feelings when I see this but I agree it's fun to make... 🤔
www.reddit.com/r/PowerShell...
Oh wow, this is cool!
Awesome! I was waiting for the option to create menus navigation 😊
GliderUI v0.2.0 now uses Avalonia 12.0.1🎉
I've added DrawerPage navigation and WebView examples. Check out Examples page to see what's possible.
github.com/mdgrs-mei/Gl...
#PowerShell
Very well deserved. Congratulations!
A screenshot of a DataGrid in GliderUI with Avalonia 12.
@grokys.bsky.social It was a bit hard to implement but IReflectableType worked perfectly.
Two-way binding, editing and sorting in DataGrid all worked well same as before (from PowerShell). I'll post the solution to my discussion post later.
Thanks again!
This is a dream event.
It’s that time of the week again! PowerShell Weekly for April 10, 2026 is here with all the scripts and tips you need to automate like a pro.
#PowerShell #Automation #TechNews
psweekly.dowst.dev?p=8782
Ohh right, this might work. Thank you!
Hi! Thank you for the comment. It's understandable that the binding plugins are rare cases and affect the performance.
I just posted a question in the discussions page:
github.com/AvaloniaUI/A...
I might take a look at the Avalonia code too if I don't get immediate answers there👍
Hmm.. the binding plugin removal in Avalonia 12 might be a bit challenging for me. I was using it for the DataBinding from PowerShell. Let's see what I can do...😥
docs.avaloniaui.net/docs/avaloni...
The c# code can directly access the PowerShell functions and even invoke them within the process. I took this idea further and created a module called PowerShellRun.
Being able to customize the terminal session while also using c# for optimized code is really exciting.
github.com/mdgrs-mei/Po...
I had a bunch of utility functions in my PowerShell profile. I couldn't remember all of them so I wanted a fuzzy finder.
I wrote a TUI in c# and loaded the compiled assembly in PowerShell. The c# function takes the list of PowerShell functions, filter them and executes the selected one.
One thing I love about PowerShell is the deep customizability of terminal workflows.
The pwsh process on the terminal is yours. You can store any .Net objects in memory and pass them directly to functions in an assembly without serialization unlike when sending them to external processes.
🧠 Deep dive into #PowerShell #RunSpaces with @posh.guru & @jborean.bsky.social at #PSConfEU 2025.
💡 Parallelism, thread safety, state management, script blocks & more.
🎟️ Tickets for PSConfEU 2026 in Wiesbaden: psconf.eu
#Automation #Concurrency
Someone copied my GliderUI repo and rewrote the README. It leads the users to download a zip file and run a suspicious exe. It's really sad to see this. Already reported but not sure if any action is taken.
Be careful, mine is mdgrs-mei/GliderUI and it's available on the PowerShell gallery.
Oh wow. It's impressive that WPF without 3rd party libs can do this and also from PowerShell.
Looks very cool. Do you use any control library? or is it pure WPF?
Because I'm a glutton for punishment, why not do a last-minute User Group session before @powershellsummit.org?
If you want to learn about @powershelluniversal.com, this one's for you!
A bit scary to ask but how many modules do you publish a year😂?
@devclate.bsky.social ↑This one! It's a cross-platform GUI framework.
Showing windows on macOS in PowerShell was a big challenge but solved!
Published a new module this month. Keeping my pace of one new module a year.