Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rauchg/wifi-password
Get the password of the wifi you're on (bash)
https://github.com/rauchg/wifi-password
Last synced: 2 days ago
JSON representation
Get the password of the wifi you're on (bash)
- Host: GitHub
- URL: https://github.com/rauchg/wifi-password
- Owner: rauchg
- Created: 2015-02-14T23:42:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T19:16:52.000Z (6 months ago)
- Last Synced: 2024-11-26T02:04:13.741Z (16 days ago)
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 4,449
- Watchers: 61
- Forks: 240
- Open Issues: 21
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
- awesome-mac - wifi-password - People ask you for the Wi-Fi password. Answer quickly (命令行工具 / 网络存储)
- Awesome-GitHub-Repo - wifi-password - 用这个工具可以快速获取你当前连接 WIFI 的密码。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a22168ced5a87e1d7e45558bd62171e44588e75996ffe6a4117fbaf72d1509586678c86690&idx=1&mid=2247496353&scene=21&sn=0f663e8f1f17be2952c6360e33fad6d7#wechat_redirect) (好玩项目 / 宝藏项目)
- awesome-list - wifi-password
- awesome-discoveries - wifi-password - get the password of the wifi you're on _(`Bash`)_ (Networking)
README
# wifi-password
People ask you for the Wi-Fi password. Answer quickly. **macOS only**.
[Windows version](https://github.com/RReverser/WiFi-Password).![](https://i.cloudup.com/uUo8iSbKXRh/km6iJT.gif)
## How to use
**1. Install it**
With [bpkg](https://github.com/bpkg/bpkg):
```
$ bpkg install rauchg/wifi-password
```With [Homebrew](https://github.com/Homebrew/homebrew):
```
$ brew install wifi-password
```With [Antigen](https://github.com/zsh-users/antigen):
Add `antigen bundle rauchg/wifi-password` to your `.zshrc` with your other antigen commands
With [Zgen](https://github.com/tarjoilija/zgen)
Add `zgen load rauchg/wifi-password` to your `.zshrc` with your other zgen commands
or with `curl`:
```
curl -L https://raw.github.com/rauchg/wifi-password/master/wifi-password.sh -o ~/bin/wifi-password && chmod +x ~/bin/wifi-password
```If you don't have `~/bin` in your `$PATH`, replace it with `/usr/local/bin` or
similar.**2. Use it:**
To get the password for the WiFi you're currently logged onto:
```
$ wifi-password
```To get it for a specific SSID:
```
$ wifi-password
```To put it straight in your clipboard for pasting elsewhere (OS X only):
```
$ wifi-password | pbcopy
```## License
MIT