qrsync 0.3.0

Utility to copy files over WiFi to/from mobile devices inside a terminal using QR codes.
Documentation
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="x-ua-compatible" content="ie=edge" />
    <meta name="viewport" content="width=device-width, user-scalable=no" />
    <title>Qr Sync</title>
    <link rel="stylesheet" href="/static/bootstrap.min.css" />
    <style>
      body {
        margin: 10px;
      }
    </style>
  </head>

  <body>
    <div class="container">
      <div class="alert alert-success" role="alert">
        <h4 class="alert-heading">All done mate!</h4>
        <p>
          File successfully transferred. You can close this page now.
        </p>
      </div>
    </div>
  </body>
</html>