Small snippets of code not cool or complex enough to get their own repo
Find a file
2026-05-04 02:34:48 +10:00
bash Updated backup with better logging 2026-05-04 02:34:48 +10:00
php restructure to folders 2026-02-06 23:27:46 +11:00
python restructure to folders 2026-02-06 23:27:46 +11:00
.gitattributes snippets commit 2026-02-06 22:41:51 +11:00
LICENSE Initial commit 2026-02-06 22:23:25 +11:00
README.md Update README.md 2026-02-06 23:35:05 +11:00

Snippets

Bash

  • backup.sh: Backup script that syncs from a file containing directories/files to an offsite remote using rclone.
  • monitor-toggle.sh: Turn off a display to stop my monitor from switching to the "active" server input with my computer off.
  • remove-metadata.sh: Removes name and comment metadata from mp4 and mkv files from a directory recursively.

PHP

Python

  • github2forgejo.py: Copying a user's GitHub repositories and querying a Forgejo API to migrate them.