Screenshots
Turn images from Forgejo issue into curl commandline:
console.log("curl \\\n" + Array.from(document.querySelectorAll('.dropzone-attachments img')).map(v => `'${v.src}' -o '${v.alt}'`).join(' \\\n'))