Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgeisler/qrcli
Command line tool to generate QR codes
https://github.com/sgeisler/qrcli
command-line-tool qrcode qrcode-generator rust
Last synced: about 1 month ago
JSON representation
Command line tool to generate QR codes
- Host: GitHub
- URL: https://github.com/sgeisler/qrcli
- Owner: sgeisler
- License: mit
- Created: 2018-02-01T21:10:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T01:57:49.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T23:12:09.442Z (2 months ago)
- Topics: command-line-tool, qrcode, qrcode-generator, rust
- Language: Rust
- Size: 12.7 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QrCli
`qrcli` is a tool to generate QR codes on the command line and display
them there without the need for an X server. All error correction
levels are supported: `low`, `medium`, `quartile` and `high`.## Usage
```
$ ./qrcli -h
qrcli 0.1.0
Sebastian GeislerUSAGE:
qrcli-rs [OPTIONS]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-e, --error-correction specifies the error correction level to use [default: high]ARGS:
text that will be encoded
```## Example
![example output of ./qrcli "Hello world!"](example.png)## License
QrCli is released under the terms of the MIT license. See [LICENSE](LICENSE)
for more Information.