Project

cqr

0.0
No commit activity in last 3 years
No release in over 3 years
CQR is command-line tool for creating and displaying QR Codes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2.0
~> 0.4.2
 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 message

for 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 message

for 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