Skip to content

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

License

Notifications You must be signed in to change notification settings

artginzburg/wifi-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

wifi-pass [-hV] [options] [<ssid>]
          [-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 install dafuqtor/tap/wifi-pass

Using curl

curl wifi-pass.ru | sh

Using Source Code

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

Also allows to make [ upgrade, uninstall ]