https://github.com/movatica/nmwifiqr
Simple script to create qr codes from networkmanager wifi connections.
https://github.com/movatica/nmwifiqr
bash-script network-manager qr-code wifi-configuration
Last synced: 15 days ago
JSON representation
Simple script to create qr codes from networkmanager wifi connections.
- Host: GitHub
- URL: https://github.com/movatica/nmwifiqr
- Owner: movatica
- License: mit
- Created: 2023-06-14T21:41:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T17:04:48.000Z (over 1 year ago)
- Last Synced: 2025-10-10T01:34:53.360Z (8 months ago)
- Topics: bash-script, network-manager, qr-code, wifi-configuration
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nmwifiqr
Simple script to create qr codes from networkmanager wifi connections.
Copy/Paste script to create a qr code image file:
~~~
qrencode -o wifi.png -l M -d 150 -s 8 "WIFI:T:WPA;S:;P:;;"
~~~