This website requires JavaScript.
Explore
Help
Sign In
crater2150
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
74d8beff3a
scripts
/
misc
/
qrshow
7 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2019-09-30 12:49:14 +00:00
#!/bin/zsh
qrshow: read from stdin
2020-04-02 08:44:28 +00:00
if [[ -z "$1" ]]; then
qrencode -s 40 -o -
else
qrencode -s 40 "$*" -o -
fi | feh -ZF -
Reference in a new issue
Copy permalink