A terminal-based Wi-Fi manager with vim keybindings providing a keyboard-driven interface to scan, view, and connect to networks via nmcli.
- TUI for scanning and managing Wi-Fi connections
- View paired devices and connect to them
- Connect to new networks (secured/open)
- Password prompt for secured Wi-Fi
- Vim-style keybindings (
j/kfor navigation) - Minimal UI with clear feedback and status
| Key | Action |
|---|---|
q/Ctrl+C |
Quit |
j/↓ |
Move cursor down |
k/↑ |
Move cursor up |
enter |
Select / Connect |
b/esc |
Back to main menu |
- Linux system with
nmcli - Go ≥ 1.18
git clone https://github.com/chetanjangir0/blueboy.git
cd blueboy
go build -o blueboy ./cmd/tui
sudo mv blueboy /usr/local/binNow run it from anywhere:
blueboyMIT


