# gitea.RdzeN.net # Open Folder in Explorer function Open-Folder { param ([string]$path = $PWD) Start-Process Explorer -ArgumentList $path }