crocgui icon indicating copy to clipboard operation
crocgui copied to clipboard

Share send code

Open silbaer opened this issue 2 years ago • 1 comments

  1. Button to share the send code via share menu
  2. Button to create a QR code and integrate a QR code reader to transfer easy locally.

silbaer avatar Oct 15 '21 07:10 silbaer

+1 on reading QR codes to download files!

To send a file and show the QR code on Linux, you could even do something like

pwgen -sy 20 1 | xargs -i sh -c 'qrencode -t utf8 {} && croc send --code {} filename'

juliavdkris avatar Mar 02 '22 20:03 juliavdkris