add QR code info
This commit is contained in:
parent
0da2b4c7e8
commit
554eb989d5
28
vision/QR_Codes.md
Normal file
28
vision/QR_Codes.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: "QR Codes"
|
||||||
|
tags: [ "Documentation", "qrencode", "zbar" ]
|
||||||
|
---
|
||||||
|
|
||||||
|
Make a QR Code image:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
qrencode 'https://play.google.com/store/apps/details?id=org.briarproject.briar.android' -o "$FILE".png
|
||||||
|
```
|
||||||
|
|
||||||
|
Make a QR Coded message in the terminal:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
qrencode -t ansi "Hello World"
|
||||||
|
```
|
||||||
|
|
||||||
|
Read a QR Code image:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
zbarimg $FILE
|
||||||
|
```
|
||||||
|
|
||||||
|
Show wifi QR code (only with Network Manager):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nmcli device wifi show-password
|
||||||
|
```
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
title: "qrencode"
|
|
||||||
tags: [ "Documentation", "vision" ]
|
|
||||||
---
|
|
||||||
|
|
||||||
Make a QR Code image:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
qrencode 'https://play.google.com/store/apps/details?id=org.briarproject.briar.android' -o qr_briar.png
|
|
||||||
```
|
|
||||||
|
|
||||||
Make a QR Coded message in the terminal:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
qrencode -t ansi "Hello World"
|
|
||||||
```
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user