Skip to content

Commit

Permalink
ADD: example images
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Jan 13, 2022
1 parent 4130f8e commit 02db5e9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Binary file added assets/example-qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/terminal-qr.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,30 @@ QRsecrets doesn't allow the modification of the KDF on the Ciphertext section, b
This repo is both a command line tool and a package you can include into your Go applications.

TODO: provide examples usage

# Screenshots

| |
| :-------------------------------------------------------: |
| ![example](./assets/terminal-qr.PNG) |
| Print the QR code to the terminal, never touches the disk |

| |
| :-------------------------------------------: |
| ![example](./assets/example-qr.png) |
| Export QR code directly to a file; png or jpg |

# Download

Compatible with all major operating systems and more. Even compatible with a raspberry pi.

- Windows
- Mac
- Linux
- FreeBSD
- OpenBSD
- x86
- Arm
- Arm64

Download the latest from [releases page](https://github.com/go-compile/qrsecrets/releases). You can run via the command line or we recommend adding it to your path.

0 comments on commit 02db5e9

Please sign in to comment.