@kud/wifi-tool-cli
v1.1.1
Published
A CLI tool to manage and view WiFi state on macOS, offering functionalities like starting/stopping WiFi and listing available SSIDs.
Downloads
9
Readme
📡 WiFi Tool
A simple command line tool to manage your WiFi settings on macOS.
Table of Contents
Features
- 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.
Installation
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
Usage
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
Support
For more information, check out the documentation or open an issue here.
License
This project is licensed under the MIT License.