An album downloader for Immich.
$ deno run https://gist.githubusercontent.com/NiklasRosenstein/91d1bfc22485a4530271959300a69acf/raw/main.ts \| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # Colors for output | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' | |
| NC='\033[0m' # No Color |
An album downloader for Immich.
$ deno run https://gist.githubusercontent.com/NiklasRosenstein/91d1bfc22485a4530271959300a69acf/raw/main.ts \| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "SOPS Configuration File", | |
| "description": "Schema for the .sops.yaml file, defining encryption rules for SOPS.", | |
| "type": "object", | |
| "properties": { | |
| "creation_rules": { | |
| "type": "array", | |
| "description": "A list of rules to apply when creating new SOPS encrypted files. Rules are evaluated sequentially, and the first match wins.", | |
| "items": { |
| from __future__ import print_function | |
| print("You've been jagged!") | |
| print("Installing a Virus ...") |