Merge branch 'dev' into vhs
This commit is contained in:
commit
92f90b51f7
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