# wifi-cli

> manage wifi connections from the command line

Latest version **1.0.3** (published 2016-08-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install wifi-cli
pnpm add wifi-cli
yarn add wifi-cli
bun add wifi-cli
```

Provides the command `wf`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2016-08-29 |
| First published | 2016-08-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 14 |
| Author | Arnelle Balane |
| Maintainers | arnellebalane |
| Keywords | nmcli, wifi, cli, network-manager |

## Links

- npm: https://www.npmjs.com/package/wifi-cli
- Repository: https://github.com/arnellebalane/wifi-cli
- Homepage: https://github.com/arnellebalane/wifi-cli#readme
- Issues: https://github.com/arnellebalane/wifi-cli/issues
- npm.io page: https://npm.io/package/wifi-cli

## Dependencies (6)

- [ora](https://npm.io/package/ora.md) ^0.3.0
- [meow](https://npm.io/package/meow.md) ^3.7.0
- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [shelljs](https://npm.io/package/shelljs.md) ^0.7.4
- [inquirer](https://npm.io/package/inquirer.md) ^1.1.2
- [camelcase](https://npm.io/package/camelcase.md) ^3.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2016-08-29
- 1.0.2 — 2016-08-29
- 1.0.1 — 2016-08-29
- 1.0.0 — 2016-08-29
- 0.0.0 — 2016-08-28

## README

# wifi-cli


Manage wireless network connections from the command line. This package wraps
the builtin `nmcli` command in Linux systems, and thus will not work on other
operating systems. Hoping to add support for other platforms soon.

[See it in action (asciinema)](https://asciinema.org/a/5hwe1rdso30almmb7kal7swqt)


## Installation

This package requires at least **Node v6**

To use this tool, you have to install it globally through `npm`:

```
$ npm install -g wifi-cli
```

After installation, you will then have the `wf` command available from the
command line.


## Usage

Display current wireless network connection:

```
$ wf

  You are currently connected to NETWORK_NAME
```

Scan nearby wireless networks:

```
$ wf scan

     SSID              SECURITY     SIGNAL

  1  NETWORK_ONE       WPA WPA2     84
  2  NETWORK_TWO       WPA2         71
  3  NETWORK_THREE     --           70
```

Connect to a wireless network:

```
$ wf connect 1
$ wf connect "NETWORK_NAME"
  Password for wireless network NETWORK_NAME: *****

  You are now connected to "NETWORK_NAME"
```

Disconnecting from a wireless network:

```
$ wf disconnect

  You are now disconnected from "NETWORK_NAME"
```


## License

MIT License


[wifi-control]: https://www.npmjs.com/package/wifi-control

---
_Source: https://npm.io/package/wifi-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
