A Linux based OS with iwd installed.
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 AUR with using an AUR helper.
paru -S 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
.
Tab
: Switch between different sections.
j
or Down
: Scroll down.
k
or Up
: Scroll up.
s
: Start scanning.
Space
: Connect/Disconnect the network.
?
: Show help.
esc
: Dismiss the help pop-up.
q
or ctrl+c
: Quit the app.
i
: Show device information.
d
: Remove the network from the known networks list.
Keybindings can be customized in the config file $HOME/.config/impala/config.toml
toggle_scanning = "s"
toggle_connect = " "
[device]
infos = "i"
[known_network]
remove = "d"
GPLv3