This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Brundage | MVP
mrpowershell.com
did:plc:hlchta7bwmobyum375ltycg5
Hey #PowerShell people and #git gurus:
New bits of ugit are out!
https://github.com/StartAutomating/ugit
Now including support for git functions!
~~~PowerShell
function git.hello.world {param($m = "hello world"); $m}
git hello world 'git functions are cool!'
~~~
2026-05-20T21:46:06.575Z