mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 23:42:17 +00:00
QR-code #347
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielleontiev on GitHub.
Please, add qr-code with link to the uploaded file on
https://transfer.sh@paolafrancesca commented on GitHub:
@danielleontiev how can we add a QR code to the output? either we return some text with a link or an image with the qr code
@vadim-tivikov commented on GitHub:
curl -s --upload-file ./file.zip https://transfer.sh/file.zip | qrencode -t UTF8 -l H -o-@danielleontiev commented on GitHub:
@aspacca I mean QR code when upload using web interface. Directly on site transfer.sh
@danielleontiev commented on GitHub:
@JtokohZohl it's good but unnecessary in shell. QR code should be on the site because you may want to grab smth from foreign computer using
https://transfer.shand the fastest way to do it -- scan QR code on the site, where you upload files.