Skip to content

Instantly share code, notes, and snippets.

View Sieboldianus's full-sized avatar
💭
🌊

Alexander Dunkel Sieboldianus

💭
🌊
View GitHub Profile
@Sieboldianus
Sieboldianus / README.md
Last active February 21, 2024 12:59
Create New Folder and Create New File AutoHotKey Scripts

Create New Folder and Create New File AutoHotKey Script

Tested for: Win7, Win10, Win11

These two scripts are slightly modified from [1][1]:

  • Alt+N will create a filename, with default name notes.md
  • Alt+F will create a folder, with default name of the current date in format YYYY-MM-DD

Note:

@Sieboldianus
Sieboldianus / README.md
Last active August 8, 2025 06:13
Migrate all Gitlab Registry Container images from one Gitlab to another (Gitlab, quai.io etc.)

I had to migrate all container images stored in one Gitlab registry () to another ().

Here is the script. How to use it:

  1. Login to the registries ahead of time in bash, e.g.
docker login gcr.hrz.tu-chemnitz.de
# also create a read-token for the source repo and export in your current shell
export SOURCE_TOKEN=...