Commit Graph

9 Commits

Author SHA1 Message Date
378c907146 Removed unused code && Added extra logic to check if things exist 2023-01-12 22:38:29 +01:00
21b61759d6 Removed update functionality && Rewrote/simplified file handling && Expanded README
With this commit I will change the scope of this project. The new goal for this project is to rewrite the file handling of the original update script in C#. Because of this a lot changed with this commit.
I removed all update functionality from the code. I completely rewrote the file handling with help of the FileInfo class. I also added a couple of things to the Roadmap. While doing that I also added sources that I frequently use.
2023-01-11 04:47:58 +01:00
ed5286435a Interactive shell commands now work
The code for this was written by gpt3
2022-12-06 16:53:10 +01:00
ebf5b9e304 Copy files to backup folder in home 2022-12-06 13:23:56 +01:00
fd07d1ce74 Copy function && Separate function for everything 2022-12-06 12:23:45 +01:00
263f69b2b8 Made a seperate class for the update script 2022-12-05 18:19:18 +01:00
9c05f3ac83 Trying to get the user home 2022-12-05 18:08:45 +01:00
763de0a371 Add README.md && LICENSE 2022-12-02 21:54:55 +01:00
9c96f74f23 Shell command test
Successfully executed a shell command in C#
2022-12-02 21:21:45 +01:00