qr-filetransfer is now called qrcp
19 Apr 2020I just published qrcp, originally called qr-filetransfer, a command line tool to transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
Quick startup
Install it
go get github.com/claudiodangelis/qrcp
Send a file!
qrcp /path/to/file
Scan the QR code with your mobile, then transfer the file to your mobile.
It also works the other way around, if you want to transfer files from your mobile to your desktop.
Use the receive
command
qrcp receive
Scan the URL, it brings you to an upload page, choose the files you want to transfer, then upload the files to your desktop.
Check the full README.md and the source code at github.com/claudiodangelis/qrcp.