Hello Shawn, > 6. It'd be nice if we had a way of writing out passwords in qrcodes > (so that I can easily read it onto my phone). Right now, I do: > % declare -f qrpass > > ~ localhost > qrpass () { > pass "$1" | qrencode -o - -t UTF8 > } The -q/--qrcode option to pass show is likely to be of interest to you. Josiah