A command line tool for managing wifi connections on OSX
$ npm install -g osx-wifi-cliosx-wifi-cli shows you which network you are connected to, if you are.
osx-wifi-cli pass shows you the password for your current network.
osx-wifi-cli scan shows available networks.
osx-wifi-cli on, osx-wifi-cli off, and osx-wifi-cli restart control the wifi device state.
osx-wifi-cli NETWORK PASSWORD tries to connects to NETWORK with PASSWORD.
- For easier use, add to your
.bashrcfile:alias wifi='osx-wifi-cli' - To connect to network without a password (bad idea!) use
osx-wifi-cli networkname " "
- If you enjoyed this package, please star it on Github.
- You are invited to Open an issue on Github.
- For other matters, my email address can be found on my NpmJS page, my Github page, or my website.