Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danyshaanan/osx-wifi-cli
:package: A cli for managing wifi connections on OSX
https://github.com/danyshaanan/osx-wifi-cli
cli npm-package osx
Last synced: 1 day ago
JSON representation
:package: A cli for managing wifi connections on OSX
- Host: GitHub
- URL: https://github.com/danyshaanan/osx-wifi-cli
- Owner: danyshaanan
- License: mit
- Created: 2014-02-28T16:27:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T15:58:37.000Z (over 4 years ago)
- Last Synced: 2024-04-24T13:45:14.998Z (7 months ago)
- Topics: cli, npm-package, osx
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 90
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cli-apps - osx-wifi-cli - Manage wifi connections. (Utilities / macOS)
- fucking-awesome-cli-apps - osx-wifi-cli - Manage wifi connections. (Utilities / macOS)
README
# osx-wifi-cli
[![Build Status](https://travis-ci.org/danyshaanan/osx-wifi-cli.png)](https://travis-ci.org/danyshaanan/osx-wifi-cli)
[![NPM Version](https://img.shields.io/npm/v/osx-wifi-cli.svg?style=flat)](https://npmjs.org/package/osx-wifi-cli)
[![License](http://img.shields.io/npm/l/osx-wifi-cli.svg?style=flat)](LICENSE)
[![Dependency Status](https://david-dm.org/danyshaanan/osx-wifi-cli.svg)](https://david-dm.org/danyshaanan/osx-wifi-cli)
[![devDependency Status](https://david-dm.org/danyshaanan/osx-wifi-cli/dev-status.svg)](https://david-dm.org/danyshaanan/osx-wifi-cli#info=devDependencies)A command line tool for managing wifi connections on OSX
* * *
### Installation
```bash
$ 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
* If you enjoyed this package, please star it [on Github](https://github.com/danyshaanan/osx-wifi-cli).
* You are invited to [Open an issue on Github](https://github.com/danyshaanan/osx-wifi-cli/issues).
* For other matters, my email address can be found on my [NpmJS page](https://www.npmjs.org/~danyshaanan), my [Github page](https://github.com/danyshaanan), or my [website](http://danyshaanan.com/).