Powershell GUI - #180
Open
LucidLuxxx wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made a quick GUI in powershell since you're familiar with powershell. It's not as fancy looking as the one I did before in python. The corecycler-gui.exe file is just the corecycler-gui.ps1 file compiled to a .exe with powershell. That way it has your icon and can just have a shortcut created and sent to the desktop if someone wants to. None of your files were altered in any way. It's just a powershell script that edits the config file. Feel free to take it over if you want to, make changes, fix things, etc. If not, thats fine. I'm not familiar with powershell like you are, I just used Visual Studio's free trial of the AI chat to help make the GUI in a way that I believe you would be familiar with.