Small snippets of code not cool or complex enough to get their own repo
| bash | ||
| php | ||
| python | ||
| .gitattributes | ||
| LICENSE | ||
| README.md | ||
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
- E621Bridge.php: An e621 bridge for rss-bridge.
Python
- github2forgejo.py: Copying a user's GitHub repositories and querying a Forgejo API to migrate them.