Display QR codes on your console to secure transfer locally:
- keys, secrets, access token
- (small-ec-based) certificates
- urls, uris
- wifi creds
- code fragments
- minimal code, static, dependency free
- backend is a boiled-down fork of skip2/go-qrcode (ALL CREDIT GOES THERE!)
- 100% pure go, stdlib only, use as app or api (see api.go)
go install paepcke.de/cliqr/cmd/cliqr@latest
github.com/paepckehh/cliqr/releases
cliqr "mailto:potus@wh.gov"
[...]
cliqr "WIFI:S:$my-ssid;T:WPA;P:$my-password"
[...]
cat /etc/ssh/ssh-ed25519-key | cliqr
[...]
echo "MYSUPERSECRETPASSWORD" | cliqr
[...]
echo $BTC | cliqr
[...]
Yes, Please! PRs Welcome!