Commit Graph

  • 66418b57c0
    extremely basic prototype rewrite AustrianToast 2023-08-19 12:58:06 +0200
  • 688da54ceb
    Change to new layout ProfessionalUwU 2023-08-18 23:41:52 +0200
  • 787722e72a
    Remove justdoit.sh from .gitignore ProfessionalUwU 2023-08-18 23:32:27 +0200
  • 962a1cb808
    Add PublishTrimmed compiler option ProfessionalUwU 2023-08-18 23:30:12 +0200
  • 58ae26b4f7 Major rewrites && Added args && Using tmp Complete rewrite of pacman database logic && Check if db.lck exists && Create db.lck when the program backups the database and delete it afterwords dev ProfessionalUwU 2023-02-01 03:17:45 +0100
  • e07cdcfeb0 Hotfix: Changed pacman database filename && Added missing logic for compressed directory ProfessionalUwU 2023-01-14 04:49:39 +0100
  • eb2b1edf29 Seperated Zip steps into seperate functions && Added file comparison && Now using /tmp for file operations && Experimental color output && Added extra file and directory logic Seperated Pacman Database into it's own function so that when the function is called two times it doesn't actually do it. Added a way to compare two files by reading every byte and then checking if it's the same or not. For convenience sake the /tmp directory will be used for all temporary file operations like compressing. Color output is going great. Looks pretty nice. Before doing anything file related all functions check if the necessary directory exists. ProfessionalUwU 2023-01-14 04:03:43 +0100
  • 8a0c93172c Added compression && changed directory structure FUH22860 2023-01-13 14:28:52 +0100
  • 378c907146 Removed unused code && Added extra logic to check if things exist FUH22860 2023-01-12 22:38:29 +0100
  • 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. ProfessionalUwU 2023-01-11 04:47:58 +0100
  • ed5286435a Interactive shell commands now work The code for this was written by gpt3 FUH22860 2022-12-06 16:53:10 +0100
  • ebf5b9e304 Copy files to backup folder in home FUH22860 2022-12-06 13:23:56 +0100
  • fd07d1ce74 Copy function && Separate function for everything FUH22860 2022-12-06 12:23:45 +0100
  • 263f69b2b8 Made a seperate class for the update script FUH22860 2022-12-05 18:19:18 +0100
  • 9c05f3ac83 Trying to get the user home FUH22860 2022-12-05 18:08:45 +0100
  • 763de0a371 Add README.md && LICENSE FUH22860 2022-12-02 21:54:55 +0100
  • 9c96f74f23 Shell command test Successfully executed a shell command in C# FUH22860 2022-12-02 21:21:45 +0100