/qrportal

🔮 Terminal utility for generating QR codes for files/folders.

Primary LanguageTypeScriptMIT LicenseMIT

qrportal

npm badge issues badge

🔮 Terminal utility for generating QR codes for files/folders.

Installation

Type npm install -g qrportal and you're done. For Yarn users: yarn global add qrportal.

Syntax

qrportal <filename> — transfer a single file

qrportal <dirname> — transfer a folder

qrportal <file1> <file2> [...] — transfer multiple inputs

Quick example

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.

License

This project is licensed under a MIT license.