Ulf Schneider

Hi, I’m Ulf Schneider, a software engineer and agile coach. Welcome to my website. Here’s more about me if you’re interested.

Latest

Use the command line to make a QR code from a vCard

qrvc is a command line tool that allows to prepare a QR code from vCard data.

A QR code for a fictional vCard

One way to create the QR code is by providing a vCard file as input and process that. If you do not have a vCard file, qrvc will ask you for data input and will then create a vCard file and a QR code for you.

Your data remains on your computer and nowhere else.

qrvc in interactive mode

Installation and usage

When you have the go programming language installed on your computer, you simply issue the following command in the shell to get qrvc built and installed:

go install github.com/ulfschneider/qrvc@latest

The most simple use is then by just calling:

qrvc

You can do more things! Get a list of available options through:

qrvc -h