4 releases (breaking)
0.5.0 | Mar 2, 2022 |
---|---|
0.4.0 | Mar 2, 2022 |
0.3.0 | Mar 2, 2022 |
0.2.0 | Mar 2, 2022 |
#65 in #qr
8KB
60 lines
Welcome to rust-qrcode-cli 👋
A CLI I made while practicing rust to easily make QR codes with just one command, all in your terminal.
Install
git clone https://github.com/dhravya/rust-qrcode-cli && cd rust-qrcode-cli && cargo run
Usage
qrcode-cli.exe --help
Parameters
data
(d
) * : String to be encoded in the QR code.
output
(o
) : Path to the output file - Defaults to qrcode.png
.
A QR code will be generated with the given data and saved to the given output file.
Author
👤 Dhravya Shah
- Website: https://dhravya.dev
- Twitter: @dhravyashah
- Github: @dhravya
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator
Dependencies
~5MB
~121K SLoC