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
- Host: GitHub
- URL: https://github.com/artginzburg/wifi-pass
- Owner: artginzburg
- License: mit
- Created: 2019-07-28T21:29:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-19T10:27:37.000Z (almost 6 years ago)
- Last Synced: 2025-04-24T05:13:08.006Z (2 months ago)
- Topics: authentication, bash, cli, macos, wifi
- Language: Shell
- Homepage:
- Size: 604 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- macOS-Essentials - wifi-pass - QR encode, copy or just get the password of current Wi-Fi connection (Command Line tools / Packages)
README
wifi-pass
Bash tool to QR encode, copy or just get the password of current Wi-Fi connection
[](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 ]`