1.0.0 • Published 1 year ago

@licoded/osx-wifi-cli v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

osx-wifi-cli

Build Status NPM Version License Dependency Status devDependency Status

A command line tool for managing wifi connections on OSX


Installation

$ npm install -g osx-wifi-cli

Usage

osx-wifi-cli shows name of current connected network.

osx-wifi-cli network shows information about current connected network.

osx-wifi-cli pass shows password for current connected 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.


Notes

  • For easier use, add to your .bashrc file: alias wifi='osx-wifi-cli'
  • To connect to network without a password (bad idea!) use osx-wifi-cli networkname " "

Feedback

1.0.0

1 year ago