| Crates.io | impala |
| lib.rs | impala |
| version | 0.7.2 |
| created_at | 2024-06-09 22:11:09.796836+00 |
| updated_at | 2026-01-11 15:18:52.809887+00 |
| description | TUI for managing wifi |
| homepage | https://github.com/pythops/impala |
| repository | https://github.com/pythops/impala |
| max_upload_size | |
| id | 1266647 |
| size | 371,465 |
[!IMPORTANT] To avoid conflicts, ensure wireless management services like NetworkManager or wpa_supplicant are disabled.
You can download the pre-built binaries from the release page release page
You can install impala from crates.io
cargo install impala
You can install impala from the official repositories with using pacman.
pacman -S impala
nix-env -iA nixpkgs.impala
Run the following command:
git clone https://github.com/pythops/impala
cd impala
cargo build --release
This will produce an executable file at target/release/impala that you can copy to a directory in your $PATH.
$ impala
Keybindings can be customized in the config file $HOME/.config/impala/config.toml
switch = "r"
mode = "station"
esc_quit = false # Set to true to enable Esc key to quit the app
[device]
infos = "i"
toggle_power = "o"
[access_point]
start = 'n'
stop = 'x'
[station]
toggle_scanning = "s"
[station.known_network]
toggle_autoconnect = "t"
remove = "d"
show_all = "a"
share = "p"
[station.new_network]
show_all = "a"
connect_hidden = ""
GPLv3