Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivyl/cqr
command-line QR Code generator
https://github.com/ivyl/cqr
Last synced: about 1 month ago
JSON representation
command-line QR Code generator
- Host: GitHub
- URL: https://github.com/ivyl/cqr
- Owner: ivyl
- License: gpl-2.0
- Created: 2013-11-15T20:44:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T18:43:17.000Z (about 11 years ago)
- Last Synced: 2024-10-31T13:46:48.130Z (2 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL
Awesome Lists containing this project
README
# CQR
## Description
Command-line QR code generator.CQR enables you to create and display QR Codes right from command-line.
## Installation
`gem install cqr`
## Tools
### cqr
`cqr` - Console QR
```
Usage: cqr [options] TEXT
-m, --margin=MARGIN margin size in characters (default 4)
-i, --no-invert don't invert colors (for black on white terminals)
-h, --help display this messagefor stdin input pass "-" as TEXT
```### qrotp
`qrotp` - QR One Time Password
```
Usage: qrotp [options]
-l, --label=LABEL [required] displayed label
-s, --secret=SECRET [required] OTP secret
-m, --margin=MARGIN margin size in characters (default 4)
-b, --[no-]base32 secret is base32 encoded (default is hexadecimal)
-i, --no-invert don't invert colors (for black on white terminals)
-e, --echo don't hide stdin
--issuer=ISSUER issuer of the secret
-d, --digits=DIGITS hotp/totp, default to totp
-c, --counter=COUNTER counter state, required with hotp
-t, --type=TYPE hotp/totp, default to totp
-h, --help display this messagefor stdin input pass "-" as NAME/SECRET
```## Mandatory Screenshots
### cqr
![][screen-cqr]
[screen-cqr]: http://i.imgur.com/Bp32j1V.png### qrotp
![][screen-qrotp]
[screen-qrotp]: http://i.imgur.com/yVITFXq.png