https://github.com/kud/wifi-tool-cli
A simple command line tool to manage your WiFi settings on macOS.
https://github.com/kud/wifi-tool-cli
macos wifi
Last synced: about 2 months ago
JSON representation
A simple command line tool to manage your WiFi settings on macOS.
- Host: GitHub
- URL: https://github.com/kud/wifi-tool-cli
- Owner: kud
- Created: 2023-09-24T21:52:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T22:22:54.000Z (over 2 years ago)
- Last Synced: 2025-02-05T23:57:10.167Z (over 1 year ago)
- Topics: macos, wifi
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@kud/wifi-tool-cli
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📡 WiFi Tool
A simple command line tool to manage your WiFi settings on macOS.
## Table of Contents
1. [Features](#features)
2. [Installation](#installation)
3. [Usage](#usage)
4. [Support](#support)
5. [License](#license)
## 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](https://nodejs.org/).
Then, install the tool globally:
```bash
$ npm install -g wifi-tool
```
## Usage
Use the following commands:
```bash
# 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:
```bash
$ wifi-tool --help
```
## Support
For more information, check out the documentation or open an issue [here](https://github.com/kud/wifi-tool-cli).
## License
This project is licensed under the MIT License.