Tool to make adding public WiFi networks to wpa_supplicant.conf easier.
sudo pkg install go
go get github.com/gonzoua/chaifi
sudo ~/go/bin/chaifi # or add $HOME/go/bin to your PATH
Note: Currently works without sudo
if you make /etc/wpa_supplicant.conf
editable by your user.
go get
go build
Usage of chaifi:
-f string
path to wpa_supplicant.conf (default "/etc/wpa_supplicant.conf")
-i string
wireless interface (default "wlan0")
-r restart netif service if config has changed