ShellRunnerGUI is Desktop App written in WindowsForms. App has two windows: input and output window. Input window accepts powershell commands and output window displays the output of them.
After downloading:
- Extract
ShellRunnerGUI.zip - Go to publish folder and run
ShellRunnerGUI.exe
It shouldn't require the .NET8 installed on your device. Microsoft defender can display warning, because it takes .exe files from not trusted sources as potentially dangerous.
- .NET 8 SDK + Windows Desktop (should already be in SDK)
- Windows OS (preferably 10 or 11)
- Visual Studio or JetBrains Rider
-
Clone repo:
git clone https://github.com/K0bi3l/ShellRunnerGUI.git
-
Open the project in IDE (Visual Studio or Rider) and click run.
Also, you can go to ShellRunnerGUI\Jetbrains_1 folder, open terminal and type
dotnet run
Repo contains one project for app code and one project for tests.
- Running powershell commands and displaying output and error in different colors.
- Path to working directory in input textbox, it should change when you execute:
cd <directory_name>- Commands memory: it works just as in shell or terminal, you can navigate through commands using up and down keys on keyboard. In right upper corner you can set the capacity of the memory - initial capacity is set for 20 commands.