Simple script to manage Wi-Fi connections using nmcli (NetworkManager).
Ideal for environments without a graphical interface, tiling window managers, and minimalist setups.
- nmcli (NetworkManager)
- Bash
Make the script executable:
chmod +x nmcli-wifi- Lists available Wi-Fi networks
- Displays signal strength
- Connects to open or secured networks
- Disconnects from the current network
- Enables or disables Wi-Fi when needed
- Interactive menu via terminal
