Auto update scripts
Posted: 14 Jan 2025 08:23
I have various scripts, for example, a script that changes the Vivaldi interface: https://github.com/JoyHak/customize-vivaldi-buttons
I have scripts in different languages, such as JavaScript or Autohotkey, so by script I mean any program code. By script transformation, I mean deleting/replacing some lines, comments on the algorithm. Some specific code blocks are updated with new ones, but not the entire script.
I have two versions of the scripts now: Personal and Public. The Personal version goes through a transformation, after which I upload it to GitHub via a browser. After that, I need to copy the Public version and send it to some forum or Reddit.
I would be very grateful for some assistance with automation/autohotkey script that can transform a Personal script into a Public script and at least uploaded a copy of it to GitHub. I am not familiar with Git commands...
I have scripts in different languages, such as JavaScript or Autohotkey, so by script I mean any program code. By script transformation, I mean deleting/replacing some lines, comments on the algorithm. Some specific code blocks are updated with new ones, but not the entire script.
I have two versions of the scripts now: Personal and Public. The Personal version goes through a transformation, after which I upload it to GitHub via a browser. After that, I need to copy the Public version and send it to some forum or Reddit.
I would be very grateful for some assistance with automation/autohotkey script that can transform a Personal script into a Public script and at least uploaded a copy of it to GitHub. I am not familiar with Git commands...