An open API service indexing awesome lists of open source software.

https://github.com/artginzburg/wifi-pass

 QR encode, copy or get the password of current Wi-Fi connection
https://github.com/artginzburg/wifi-pass

authentication bash cli macos wifi

Last synced: 2 months ago
JSON representation

 QR encode, copy or get the password of current Wi-Fi connection

Awesome Lists containing this project

README

        

wifi-pass

GitHub release GitHub build GitHub file size in bytes

Bash tool to QR encode, copy or just get the password of current Wi-Fi connection

GitHub commit activity GitHub

[![Preview](preview.png)](https://raw.githubusercontent.com/DaFuqtor/wifi-pass/master/preview.png)

## Usage

```powershell
wifi-pass [-hV] [options] []
[-u, --update] # Check for update and ask to install
# Options:
[-c, --copy] # Copy the password to clipboard
[-qr, --qrencode] # Create QR-code for Wi-Fi connection
[-l, --list] # Display a list of all stored networks
```

- SSID left empty means **current Wi-Fi network**

- Using **without options** just outputs password

## Install

### Using [Homebrew](//brew.sh)

```powershell
brew install dafuqtor/tap/wifi-pass
```

### Using `curl`

```powershell
curl wifi-pass.ru | sh
```

### Using Source Code

```powershell
git clone https://github.com/DaFuqtor/wifi-pass
cd wifi-pass
make
```

> Also allows to `make [ upgrade, uninstall ]`