mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-21 15:56:29 -05:00
New Post
This commit is contained in:
parent
88d085f67d
commit
a97a392aac
2 changed files with 14 additions and 0 deletions
14
content/blog/creatingqrcodesfromterminal.md
Normal file
14
content/blog/creatingqrcodesfromterminal.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: "Creating QR Codes from the Terminal"
|
||||
date: 2020-09-26T22:13:25-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
With the tool `qrencode`, it is surprisingly simple to create a QR code.
|
||||
|
||||
```bash
|
||||
echo "https://brandonrozek.com" | qrencode -t ansiutf8
|
||||
```
|
||||
|
||||
![](/files/images/20200926221423.png)
|
BIN
static/files/images/20200926221423.png
Normal file
BIN
static/files/images/20200926221423.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in a new issue