From 4505ad69fcb3f2a3f574a70e36a7f8277dd0ac00 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 19 Jan 2022 14:05:22 -0700 Subject: [PATCH] Add wconn --- wconn/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wconn/README.md diff --git a/wconn/README.md b/wconn/README.md new file mode 100644 index 0000000..a07f444 --- /dev/null +++ b/wconn/README.md @@ -0,0 +1,9 @@ +# wconn -- Wireless Connectivity + +Want to connect to Wi-Fi on Linux without learning how to use `nmcli`? +Great! Use this. + +It asks for an SSID, password (or blank if empty) and a name for future use on the local machine. +Then it conencts and adds the new connection to the list of possible connections for automatic connection in the future (via NetworkManager). + +To use, just run: `wconn`.