Screenshots
Find a file
2025-01-02 18:51:43 -03:00
2025 new year feat: screenshots with khyvie 2025-01-02 18:51:43 -03:00
LICENSE chore: license 2025-01-01 20:21:26 -03:00
README.md feat: screenshots from TabComplete 2025-01-01 21:27:16 -03:00

memories

Screenshots

maintaining

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'))