🔮 Terminal utility for generating QR codes for files/folders.
Type npm install -g qrportal
and you're done. For Yarn users: yarn global add qrportal
.
qrportal <filename>
— transfer a single file
qrportal <dirname>
— transfer a folder
qrportal <file1> <file2> [...]
— transfer multiple inputs
qrportal image.jpg note.txt node_modules
will transfer two files and one folder
A QR code will be displayed in the Terminal window which you can scan using your phone.
This project is licensed under a MIT license.