begin command-snippets db

command.rec will be stored here, and generate articles.
This commit is contained in:
2026-03-26 22:44:23 +01:00
parent 5f4873fec5
commit c00c9aed16
6 changed files with 85 additions and 65 deletions

View File

@@ -1,28 +0,0 @@
---
title: "QR Codes"
tags: [ "qrencode", "zbar" ]
---
Make a QR Code image:
```sh
qrencode 'https://play.google.com/store/apps/details?id=org.briarproject.briar.android' -o "$FILE".png
```
Make a QR Coded message in the terminal:
```sh
qrencode -t ansi "Hello World"
```
Read a QR Code image:
```sh
zbarimg $FILE
```
Show wifi QR code (only with Network Manager):
```sh
nmcli device wifi show-password
```