File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ wifi-password
4
4
<p align =" center " >
5
5
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect.
6
6
<br >
7
- Works on <b >macOS</b > and <b >Linux</b > and <b >Windows</b >
7
+ Works on <b >macOS</b > and <b >Linux</b >, <b >Windows</b >
8
8
<img src =" images/demo.gif " align =" center " >
9
9
</p >
10
10
@@ -29,13 +29,14 @@ $ sudo pamac build wifi-password
29
29
30
30
## Usage
31
31
``` console
32
- $ wifi-password
32
+ $ wifi-password --help
33
33
usage: wifi_password [options]
34
34
35
35
optional arguments:
36
36
-h, --help show this help message and exit
37
- --qrcode, -q Generate a QR code
38
- --image, -i Create the QR code as image instead of showing it on the terminal (must be useed along with --qrcode)
37
+ --show-qr, -show Show a ASCII QR code onto the terminal/console
38
+ --save-qr [PATH], -save [PATH]
39
+ Create the QR code and save it as an image
39
40
--ssid SSID, -s SSID Specify a SSID that you have previously connected to
40
41
--version Show version number
41
42
```
You can’t perform that action at this time.
0 commit comments