#!/bin/zsh
if [[ -z "$1" ]]; then
	qrencode -s 40 -o -
else
	qrencode -s 40 "$*" -o -
fi | feh -ZF -