Share text or file or directory to other devices by scanning a qr code.
cargo build --release
USAGE:
fast-share-qr [OPTIONS] --text <TEXT> --file <FILE> --directory <DIRECTORY>
OPTIONS:
-d, --directory <DIRECTORY> Directory you want to share
--disable-quiet-zone Disable quiet zone of the qr code?
-f, --file <FILE> File you want to share
-h, --hostname <HOSTNAME> Server's hostname
--help Print help information
-p, --port <PORT> Server's port
--qr-only Only prints the qr code?
-t, --text <TEXT> Text you want to share
-V, --version Print version information