Re-structured and formalized the scripts and modules.

This commit is contained in:
dodexahedron
2024-04-25 13:39:01 -07:00
parent 683c087537
commit b9b68ba1a6
8 changed files with 440 additions and 103 deletions

10
Scripts/Load-Module.ps1 Normal file
View File

@@ -0,0 +1,10 @@
<#
.SYNOPSIS
Loads the Terminal.Gui.PowerShell modules and pushes the current path to the location stack.
#>
$tgScriptsPath = Push-Location -PassThru
$tgModule = Import-Module "./Terminal.Gui.PowerShell.psd1" -PassThru
Set-PowerShellEnvironment