A simple command line tool to manage your WiFi settings on macOS.
- Start, Stop, or Restart your WiFi with ease.
- List available SSIDs around you. (Note: doesn't work when sharing is ON).
- Info: Display the current network's information.
Make sure you have Node.js installed. If not, download it from the Node.js official website.
Then, install the tool globally:
$ npm install -g wifi-tool
Use the following commands:
# To start the WiFi
$ wifi-tool start
# To stop the WiFi
$ wifi-tool stop
# To restart the WiFi
$ wifi-tool restart
# To list SSIDs
$ wifi-tool list
# To get info about the current network
$ wifi-tool info
For more options:
$ wifi-tool --help
For more information, check out the documentation or open an issue here.
This project is licensed under the MIT License.