Linux command
wifitui 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
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.