mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 06:21:13 +00: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
|
||||
```
|
||||
|
||||

|
Loading…
Add table
Add a link
Reference in a new issue