|
|
|
|
|
by intrasight
1034 days ago
|
|
>making powershell actually enjoyable to use My solution was to stop using it and instead use dotnet-script https://github.com/dotnet-script/dotnet-script Scripting with the full power of modern C# has been a huge win for me. And same/similar scripts will work on Windows/Linux/Mac. As my work language is C#, I don't have to context switch to another language for scripting. |
|