Skip to content

Commit

Permalink
Another command for decoding QR codes
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelduss committed Apr 13, 2022
1 parent 9e510da commit 1c585c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,11 @@ $ maim | feh - -x & maim -s cropped.png
```bash
$ maim -s /tmp/screenshot.png; imgur.sh /tmp/screenshot.png | xclip -selection clipboard
```

* The following command can be used to select a QR code (or click into a window
where a QR code is present), decode it, print the text to the console and
copy the text into the clipboard for further usage.

```bash
$ maim -qs | zbarimg -q --raw - | xclip -selection clipboard -f
```

0 comments on commit 1c585c0

Please sign in to comment.