Linux command
wifitui 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the interactive WiFi manager
wifitui
Scan and list available WiFi networks
wifitui scan
Connect to a specific network
wifitui connect "[SSID]"
Disconnect from current network
wifitui disconnect
Show known (saved) networks
wifitui known
说明
wifitui is a terminal-based WiFi manager for Linux that provides an interactive TUI for scanning, connecting, and managing wireless networks. It uses NetworkManager or iwd as the backend and provides fuzzy filtering for network selection. Features include QR code generation for sharing network credentials and both interactive and non-interactive (command-line) modes of operation.
参数
- scan
- Scan and display available WiFi networks.
- connect _SSID_
- Connect to the specified WiFi network.
- disconnect
- Disconnect from the current WiFi network.
- known
- List saved/known WiFi networks.
FAQ
What is the wifitui command used for?
wifitui is a terminal-based WiFi manager for Linux that provides an interactive TUI for scanning, connecting, and managing wireless networks. It uses NetworkManager or iwd as the backend and provides fuzzy filtering for network selection. Features include QR code generation for sharing network credentials and both interactive and non-interactive (command-line) modes of operation.
How do I run a basic wifitui example?
Run `wifitui` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does scan do in wifitui?
Scan and display available WiFi networks.