https://github.com/yinheli/cqr
Simple qr cli tool
https://github.com/yinheli/cqr
Last synced: 2 months ago
JSON representation
Simple qr cli tool
- Host: GitHub
- URL: https://github.com/yinheli/cqr
- Owner: yinheli
- License: mit
- Created: 2022-08-11T08:25:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T08:42:42.000Z (over 1 year ago)
- Last Synced: 2025-03-05T03:46:48.578Z (3 months ago)
- Language: Rust
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# cqr
cqr --- cli qr tool
Simple qr cli tool, currently only decode supported.
# Usage
```
$ cqr decode -hDecode qr
USAGE:
qr decodeARGS:
file or url of qr imageOPTIONS:
-h, --help Print help information
```