logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

opgpcard - OpenPGP printable card

Author

       juga at riseup dot net

Bugs

       Please report bugs at https://github.com/juga0/opgpgcard.

Description

       Create a VCard, a QR code and/or a printable business cards including OpenPGP key and fingerprint.

Name

       opgpcard - OpenPGP printable card

Options

       If  --fingerprint,  --mail  AND  either  --firstname or --lastname are provided, a card is generated with
       those arguments.

       If --fingerprint, --mail, --firstname OR --lastname are provided, it will search for keys matching  those
       arguments in that order, and use the data from the first key and UID found.

       If no arguments are provided, it will search for private keys and use the data from the first key and UID
       found.

       It will exit with error in any other case.

   Optionalarguments-h, --help
              Show help message and exit.

       --version
              Show this program version and exit

       --debug
              Set logging level to debug (default: False)

       -f FIRSTNAME, --firstname FIRSTNAME

       -l LASTNAME, --lastname LASTNAME

       -m MAIL, --mail MAIL

       -p FINGERPRINT, --fingerprint FINGERPRINT

       -s, --localsign
              (default: True)

       -oOUTPUTDIR, --outputdirOUTPUTDIR
              (default: output/)

Synopsis

usage:opgpcard[-h][-d][-v][-fFIRSTNAME][-lLASTNAME][-mMAIL]
              [-p FINGERPRINT] [-s] [-o OUTPUTDIR]

See Also