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