mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 19:15:25 +02:00
wifi-password: add page (#2956)
This commit is contained in:
parent
d8eeb6f856
commit
b264b0a948
1 changed files with 16 additions and 0 deletions
16
pages/osx/wifi-password.md
Normal file
16
pages/osx/wifi-password.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# wifi-password
|
||||
|
||||
> Get the password of the wifi.
|
||||
> Homepage: <https://github.com/rauchg/wifi-password>.
|
||||
|
||||
- Get the password for the wifi you are currently logged onto:
|
||||
|
||||
`wifi-password`
|
||||
|
||||
- Get the password for the wifi with a specific SSID:
|
||||
|
||||
`wifi-password {{ssid}}`
|
||||
|
||||
- Print only the password as output:
|
||||
|
||||
`wifi-password -q`
|
Loading…
Add table
Reference in a new issue