From b264b0a948ebecbc34e1e3cdbafd4bc6d8f698e8 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Mon, 29 Apr 2019 00:00:17 +0200 Subject: [PATCH] wifi-password: add page (#2956) --- pages/osx/wifi-password.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/osx/wifi-password.md diff --git a/pages/osx/wifi-password.md b/pages/osx/wifi-password.md new file mode 100644 index 000000000..d9098e301 --- /dev/null +++ b/pages/osx/wifi-password.md @@ -0,0 +1,16 @@ +# wifi-password + +> Get the password of the wifi. +> Homepage: . + +- 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`