gosh icon indicating copy to clipboard operation
gosh copied to clipboard

⌨ A golang library for executing bash & powershell commands easly.

Results 3 gosh issues
Sort by recently updated
recently updated
newest added

The example `[System.Environment]::SetEnvironmentVariable("Path", $Env:Path + ";$APP_PATH\bin", [System.EnvironmentVariableTarget]::User)`)` maybe not good? Because it will add the System environment variable to the User environment variable as well.

It would be great if you could upgrade this little library to include the ability for it to detect the OS and select pwsh for powershell 7 on mac/linux and...

Hello, I have a powershell command that returns some value which assigned to a go variable. Is it possible to use thus go variable in a different powershell command? ``...