Send/receive files with builtin HTTP server and terminal QR code
Go to file
Willem Penninckx 0751f410da Upload-form: improve layout 2020-06-27 16:31:49 +02:00
manual-page Manual page tweaks 2020-05-01 21:52:36 +02:00
packaging Let packaging script handle formatting manual page 2020-04-18 19:02:54 +02:00
src Upload-form: improve layout 2020-06-27 16:31:49 +02:00
.gitignore Manual page tweaks 2020-04-18 16:52:43 +02:00
CHANGELOG.md Version 0.7.0 2020-06-14 12:23:15 +02:00
Cargo.lock Version 0.7.0 2020-06-14 12:23:15 +02:00
Cargo.toml Version 0.7.0 2020-06-14 12:23:15 +02:00
LICENSE.txt Squash emberrasing history into this one commit 2018-09-16 14:04:19 +02:00
README.md Version 0.5.0 2020-04-04 11:31:49 +02:00

README.md

qair

Screenshot

  • To send files: qair FILE
  • Or, to receive files: qair -u
  • Scan the QR code with your smartphone
  • Tap the download/upload button.

That's all.

No more hassle:

  • No cables
  • No dedicated mobile app: The QR barcode is standard, so you do not need to install a dedicated app on you smartphone. You can use the barcode scanner of your camera app or browser, or any QR code reading app.
  • No bluetooth pairing
  • No signup, no account
  • No internet server. qair sends the file directly from your PC to your smartphone over HTTP over wifi. Your files do not go through a server/cloud. Your smartphone usually needs to be on the same wifi as your PC.

Install

  • Linux: Download binaries
  • MacOS X: Install rust and run cargo install qair
  • Windows: Not supported anymore. Windows clients can still connect of course.